 body { background:background-color:#990000; background-image:url(../img/fondobody.jpg); background-attachment:fixed;
       color:#000033; 
       font-family:Verdana, Arial, Helvetica, sans-serif;
       font-size:10pt;
		   
      }
	  .imgfullday{ width:147px; 
	               height:105px}
	  
	  
	  
	  
	.cltitulo1{  font-size:12pt;/* background-color:#CC6666;*/
            color:#996633; 
            font-weight:bold;
            text-transform:uppercase;font-family:Verdana, Arial, Helvetica, sans-serif;
			
	}  
	  
	  
	 .cltexto{ font-size:10pt;/* background-color:#CC6666;*/
            color:#000066;
         
	 } 
	  
	   .cltexto1{ font-size:10pt;/* background-color:#CC6666;*/
            color:#FFFFFF; text-transform:capitalize; font-weight:bold;
         
	 } 
	
	a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;/*formas de las a.*/
    }

a:visited {
	text-decoration: none;
	color:#666666;/*estado del link visitado*/
}
a:hover {
	text-decoration: underline;
	color:#FFFFCC /*cuando pones el mause en ell lik.*/;
}
a:active {
	text-decoration: none;
}