/* CSS Document */
body { margin:0px; background:#003063 url(../images/bg.jpg) left top repeat-x; }
.header  { background-image:url(../images/header.jpg); background-position:bottom center; background-repeat:no-repeat;}

/*TEXTOS*/
.textos { font-family:Arial, Helvetica, sans-serif; color:#555555; font-size:12px;}
.textosBlanco { font-family:Arial, Helvetica, sans-serif; color:#ffffff; font-size:12px;}
.textosNegro { font-family:Arial, Helvetica, sans-serif; color:#000000; font-size:12px;}
.textosNaranja { font-family:Arial, Helvetica, sans-serif; color:#003063; font-size:12px;}
.textosAzul { font-family:Arial, Helvetica, sans-serif; color:#003063; font-size:12px;}

.titulos { font-family:Arial, Helvetica, sans-serif; color:#000000; font-size:24px;}
.titulosNaranja { font-family:Arial, Helvetica, sans-serif; color:#003063; font-size:24px;}
.titulosAzul{ font-family:Arial, Helvetica, sans-serif; color:#003063; font-size:24px;}

/*ENLACES*/
.enlaceNaranja a { font-family:Arial, Helvetica, sans-serif; color:#003063; font-size:12px; text-decoration:none;}
.enlaceNaranja a:hover { font-family:Arial, Helvetica, sans-serif; color:#DD1903; font-size:12px; text-decoration:underline;}
.enlaceBlanco a { font-family:Arial, Helvetica, sans-serif; color:#FFFFFF; font-size:12px; text-decoration:none;}
.enlaceBlanco a:hover { font-family:Arial, Helvetica, sans-serif; color:#003063; font-size:12px; text-decoration:none;}

.sombraL  {background:url(../images/sombraL.png) right top repeat-y; }
.sombraR  {background:url(../images/sombraR.png) left top repeat-y; }
.bgGradientGray  {background:url(../images/bg-gradient-gray.jpg) left top repeat-x; }
.bgGris { background-color:#ede8dc;}
.bgMedio { background-color:#ded5bf;}
/*.bgGris { background-color:#F0F0F0;}
.bgMedio { background-color:#D5D5D5;}*/
.line {background:url(../images/line.jpg) right center repeat-x; }
.bordeBlanco { border:2px solid #FFFFFF;}
