﻿/* Parametros globales */

#content {
    background: url(/images/Design/content-tail.png) repeat 50% 0%;
    min-width: 320px;
    max-width: 952px;
}

    #content #indent {
        padding: 0;
    }

    #content p {
        padding: 0 0 18px 0;
        line-height: 1.5em;
        font-size: 1em;
        color: #b0b0b0;
    }

        #content p.no-indent {
            padding: 0 !important;
        }

#indent {
    overflow: hidden; /* Para que el contenido antes de colapsarse calcula su altura */
}

#serviceItem {
    margin: 8px;
    float: left;
    /*display: block;*/
    width: 285px;
    height: 480px;
    vertical-align: top;
    background: #272727 url(/images/Design/list-tail.gif) repeat-y 0% 0%;
    padding: 9px 9px 8px 9px;
    overflow: hidden;
    line-height: 1.5em;
    font-size: 1em;
    color: #717170;
    border-bottom: 3px solid #181818;
}

    #serviceItem a {
        text-decoration: none;
    }

    #serviceItem .subtitulo {
        text-transform: uppercase;
        font-weight: bold;
    }

    #serviceItem .descripcion {
        color: #fff;
    }

    #serviceItem .imgAvg {
        width: 269px;
        height: 149px;
        border: 0px;
        opacity: 1;
    }

    #serviceItem .titulo {
        margin: 5px 10px 5px 10px;
        font-size: 12px;
        text-align: left;
        border-spacing: 5px;
        font-weight: bold;
        text-transform: uppercase;
        color: #fff;
    }

.whiteText {
    font-size: 1rem;
    color: rgb(255, 255, 255) !important;
}

#contenidorCompra.lightRow div.row {
    background-color: transparent;
}

    #contenidorCompra.lightRow div.row:hover {
        background-color: #605f5f;
    }

/* Enlaces. Start */
.link-indent {
    margin: 0 0 23px 0 !important;
}

.link-indent1 {
    margin: 0 0 39px 0 !important;
}

/* Enlaces. End */
