/*BANNER/////////////////////////////////////////////////////////////*/

#banners{
    height:243px;
    width:100%;
    margin:0 auto;
    margin-top:3px;}

#destacados{
    float: left;
    width:244px;
}

.destacado{
    width:100%;
    float:left;
}

.porcentaje{
    width:48%;
    float:left;
    font-size:45px;
    height:66px;
    font-weight:700;
    text-align:center;
    color:#FFF;
    padding-top:10px;
    margin-bottom:3px;
    border-top: #CCC solid thin;
}

.descripcion{
    width:48%;
    float:left;
    height:56px;
    text-align:center;
    padding-top:20px;
    border-top:#CCC solid thin;
    margin-bottom:3px;
    color:#868686;
    font-size:12px;
}

.fondorojo{
    background-color: green;}
.fondoazul{
    background-color:#0085B2;}
.fondonaranja{
    background-color:#FF8000;}

#banner_rotativo{
    float:left;
    width:712px;}

#slider {
    width:715px;
    height:243px;
    /*IE bugfix*/
    padding:0;
    margin:0;
}

#slider li { list-style:none; }

/*MARQUESINA///////////////////////////////////////////*/

#contenedormar{
    width:100%;
    color: #fff; 
    background-color: #0085B2; 
    height: 30px;
    margin-top:5px;
    margin-bottom:5px; 
    float:left;
}

#ofertasdia{
    float:left;
    width:22%;
    background-color:gray;
    line-height:30px;
    padding-left:1%;
}

#marquesina{
    width:99%;
    color: #fff;
    height:30px;
    line-height:20px;
    margin-top:-8px;
    float:right;
    overflow: hidden;
}

#marquesina span{
    color: red; font-size: 15px; font-weight: bold;}

.marquesina, ul#marqueC li{
    float: left;
    margin-right: 20px;
}


/*CUADRICULA///////////////////////////////////////////*/

.publicidad{
    width: 24.1697%;
    float:left;}

.contenido{
    width: 70%;
    height: 90%;
    float:left;
    margin-left: 0.8403%;
    background-color: #FFF;
}



.titularback{
    background-color:#EB1820;
    margin-left:10px;
    margin-right:10px;
    margin-bottom: 15px; 
}

.titularback h1{
    color:#FFF;
}




/*ARTICULOS///////////////////////////////////////////*/

.contenido p{
    height: 32px; 
}

.sin_margen{
    margin-left:0%;
    padding-bottom: 0px;
}

.sin_borde{
    border:none;
    border-bottom:none;}

.detalles a{
    color:#868686;
}

.detalles a:hover{
    text-decoration:underline;
}

/* LISTA DE SERVICIOS */

.listaServicios {
    color: #333;
    font-size: 9px;
    line-height: 20px;
    margin-left: -40px;
    margin-bottom: 0px;
    margin-top: 0px;
  
}

.listaServicios li{

    border-left: #ccc solid thin;
    border-top: #ccc dashed thin;
    padding-left: 8px;
      background-color: #E9F1EA;

}

.listaServicios li a{
    color: #333;
}

.listaServicios li:hover a{
    color: white;
}


.listaServicios li:hover, .listaServicios a:hover{
    color: white;
    background-color: #990000;
}

.listaServicios li:last-child{
    border-bottom: #ccc dashed thin;
}
.subContenido{
    background-color: #FFF;
    height: auto;
}
.background{    
    z-index: 9999;
    width:100%;
    height:100%;
    position: fixed;
    opacity: 0.5;
    filter: alpha(opacity = 50);
    background-color: #D0D0D0;
    padding: 0;
    margin: 0;
    left:0;
    top:0;
}