/*
Document   : inside
Created on : 15-oct-2009, 9:30:42
Author     : Franco Queirolo Carríon
Description: banner del home (administrable)
Purpose of the stylesheet follows.
*/

#banners{
    width:980px;
    height:79px;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    padding-top:5px;
    padding-bottom:5px;
}

.toBanner{
    float:left;
    width:310px;
    height:78px;
    padding-left:0px;
    padding-right:5px;
    border-right: 1px solid #ccc;
}

.toBannerNoBorder{
    float:left;
    width:305px;
    height:auto;
    padding:0 5px 0 5px;
}

/*propiedades comunes para las cajas*/
.cajaSubtitulo{
    font-weight:bold;
    font-size:11px;
    border-bottom-style:solid;
    border-bottom-width:2px;
    margin-bottom:10px;
    margin-top:10px;
}

#subtitulo1{
    color:#923015;
    border-bottom-color:#ED790A;
}
#subtitulo2{
    color:#611E54;
    border-bottom-color:#A64096;
}
#subtitulo3{
    color:#21768B;
    border-bottom-color:#41BFD5;
}

.conteImage{
    height:78px;
    position:relative;
}

.box{
    position:absolute;
    width:50%;
    height:79px;

    /*opacidad*/
    opacity: 0.8; /* Firefox, Safari y Opera.*/
    filter:alpha(opacity=80); /*Se necesita para IE*/
    moz-opacity:0.8; /*Una forma antigua para Firefox*/
    -khtml-opacity: 0.8; /*Un método para el antiguo Safari (1.x)*/
}

.boxIn{
    position:absolute;
    width:50%;
    height:79px;
}

.boxIn a{
    color:#fff;
    font-weight:bold;
    font-size:21px;
    text-decoration:none;
}

.boxIn a:hover{
    color:#fff;
    font-weight:bold;
    font-size:21px;
    text-decoration:underline;
}

.boxIn p{
    margin-top:4px;
    padding-left:8px;
    padding-right:5px;
    color:#fff;
    font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    font-size:12px;
    text-align:left;
}

div#banner-izq{
    position: absolute;
    width: 311px;
    height: 78px;
    left: 35px;
    top: 415px;
    z-index: 10;
}
div#banner-cen{
    position: absolute;
    width: 311px;
    height: 78px;
    left: 350px;
    top: 415px;
    z-index: 10;
}
div#banner-der{
    position: absolute;
    width: 306px;
    height: 78px;
    left: 667px;
    top: 415px;
    z-index: 10;
}
div#titulo-1{
    position: absolute;
    width: 234px;
    height: 55px;
    left: 35px;
    top: 498px;
    z-index: 10;
}
div#titulo-2{
    position: absolute;
    width: 234px;
    height: 55px;
    left: 274px;
    top: 498px;
    z-index: 10;
}
div#titulo-3{
    position: absolute;
    width: 234px;
    height: 55px;
    left: 513px;
    top: 498px;
    z-index: 10;
}
div#titulo-4{
    position: absolute;
    width: 220px;
    height: 55px;
    left: 753px;
    top: 498px;
    z-index: 10;
}
