/* CSS Document */


/*

* { outline: 2px dotted red; }
* * { outline: 2px dotted green; }
* * * { outline: 2px dotted orange; }
* * * * { outline: 2px dotted blue; }
* * * * * { outline: 1px solid red; }
* * * * * * { outline: 1px solid green; }
* * * * * * * { outline: 1px solid orange; }
* * * * * * * * { outline: 1px solid blue; }

*/


body {
background-image:url(../images/fondo.gif);
background-position:center;
background-repeat:repeat-y;
background-color:#CCCCCC;
margin:0px;
}
 
.tdcontenidos {
background-image:url(../images/fondoContenidos.gif);
background-position:top;
background-repeat:no-repeat;
background-color:#000000;
}

.tdinicioloultimo {
background-image:url(../images/inicio/loultimo.jpg);
background-position:bottom;
background-repeat:no-repeat;
background-color:#000000;
}

.txtblanco {
font-family: Geneva, Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size:12px;
font-weight:600;
}

.txtnoticias {
font-family: Geneva, Arial, Helvetica, sans-serif;
color:#959595;
font-size:11px;
text-align:justify;
}


.txtfecha01 {
font-family: Geneva, Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size:11px;
font-weight:bold;
}

.txtfecha02 {
font-family: Geneva, Arial, Helvetica, sans-serif;
color:#fe0e00;
font-size:11px;
font-weight:bold;
}


.tdtitulares {
background-image:url(../images/titulares.gif);
background-position:top right;
background-repeat:no-repeat;
}





/*   ENLACES   */



a.listado {
font-family: Geneva, Arial, Helvetica, sans-serif;
color:#ac0505;
font-size:11px;
text-decoration:none;
}

a:hover.listado {
font-family:Geneva, Arial, Helvetica, sans-serif;
color:#ac0505;
text-decoration:underline;
font-size:11px;
}






