/* CSS Document */

#contenedorCentroDownload{ float:right; width:690px; height:auto; display:inline; margin-right:25px; margin-bottom:20px;}
#fotoCabeDescargas{ float:right; width:751px; height:143px; background-image:url(../img/cabe_descargas.jpg); background-repeat:no-repeat;}
#contenedorListadoDownload{ float:left; width:100%; height:auto;}
#contenedorListadoDownload ul li{ float:left; width:100%; height:auto; padding:10px 0px; border-bottom:1px solid #CCCCCC; list-style-type:none;}
.fichaDescarga{ float:left; width:86%;}
.tituloDescarga{ width:100%; padding-bottom:5px; font-size:12px; font-weight:bold; color:#000000;}
.descripcionDescarga{ width:100%; padding-bottom:5px; font-size:11px; font-weight:normal; color:#000000;}
.zonaIconoDescarga{ float:right; width:12%;}
a.botMenuDescargaDoc:link, a.botMenuDescargaDoc:visited, a.botMenuDescargaDoc:active{
background-image:url(../img/bot_descarga_archivos.jpg); width:77px; height:74px; background-repeat:no-repeat; display:block;
}
a.botMenuDescargaDoc:hover{
background-image:url(../img/bot_descarga_archivos_on.jpg);
}
a.botMenuDescargaFoto:link, a.botMenuDescargaFoto:visited, a.botMenuDescargaFoto:active{
background-image:url(../img/bot_descarga_fotos.jpg); width:77px; height:74px; background-repeat:no-repeat; display:block;
}
a.botMenuDescargaFoto:hover{
background-image:url(../img/bot_descarga_fotos_on.jpg);
}
#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);
}