/* CSS Document */

#contenedorCentroNoticias{ float:right; width:690px; height:auto; display:inline; margin-right:25px; margin-bottom:20px;}
#fotoCabeNoticias{ float:right; width:728px; height:143px; background-image:url(../img/cabe_noticias.jpg); background-repeat:no-repeat;}
#contenedorListadoNoticias{ float:left; width:100%; height:auto;}
#contenedorListadoNoticias ul li{ float:left; width:100%; height:auto; padding:10px 0px; border-bottom:1px solid #CCCCCC; list-style-type:none;}
.fichaNoticias{ float:left; width:100%;}
.tituloNoticias{ width:100%; padding-bottom:5px; font-size:12px; font-weight:bold; color:#000000;}
.descripcionNoticias{ width:100%; padding-bottom:5px; font-size:11px; font-weight:normal; color:#000000;}
.logoNoticiasVentana{ float:left; width:45px; height:45px; background-image:url(../img/logo_etxetar_noticias.gif); background-repeat:no-repeat; display:inline; margin:40px 0px 0px 40px;}
.titularVentanaNoticia{ float:left; width:403px; height:auto; display:inline; margin:50px 0px 0px 10px; font-size:19px; color:#000000;}
.scrollVentanaNoticia{ float:left; height:430px; overflow:auto; display:inline; margin:20px 0px 0px 40px; width:510px;}
.textoVentanaNoticia{ float:left;  font-size:11px;  text-align:justify;  height:auto;  padding-right:10px;}
.fotoVentanaNoticia{ width:186px; height:auto; float:right; padding-left:20px; padding-bottom:20px;}
#contenedorPaginado{ float:right; width:auto; display:inline; margin-top:15px;}
#contBotAnteriorPaginado{ float:left; width:15px; height:15px; padding-right:5px;}
a.botPaginadoAnterior:link, a.botPaginadoAnterior:visited, a.botPaginadoAnterior:active{
background-image:url(../img/flecha_paginado_izq.gif); width:15px; height:15px; background-repeat:no-repeat; display:block;
}
a.botPaginadoAnterior:hover{
background-image:url(../img/flecha_paginado_izq_on.gif);
}
#contBotSiguientePaginado{ float:left; width:15px; height:15px; padding-left:5px;}
a.botPaginadoSiguiente:link, a.botPaginadoSiguiente:visited, a.botPaginadoSiguiente:active{
background-image:url(../img/flecha_paginado_dcha.gif); width:15px; height:15px; background-repeat:no-repeat; display:block;
}
a.botPaginadoSiguiente:hover{
background-image:url(../img/flecha_paginado_dcha_on.gif);
}