/* CSS Document */

/* Codigo para el color de los campos de texto*/
body
{
background-color:#000000;
}
/** para link de paginas **/
a.liga:link{
    text-decoration:none;
	font-family:"Trebuchet MS";
	color:#999900;
    font-size:12px;
}
a.liga:hover{
    text-decoration:underline;
	font-family:"Trebuchet MS";
    color:#999900;
    font-size:12px;
}
a.liga:visited{
    text-decoration:none;
	font-family:"Trebuchet MS";
    color:#999900;
    font-size:12px;
}
a.liga:active{
    text-decoration:underline;
	font-family:"Trebuchet MS";
    color:#999900;
    font-size:12px;
}


.txt1{        
   font-family:"Trebuchet MS";
   color:#CC3300; 
   font-weight: bolder;
   font-size:14px;
   }
    
.txt2{        
   font-family:"Palatino Linotype";
   color:#CCCCCC; 
   font-weight: bolder;
   font-size:14px;
   }
   
.txtr{        
   font-family:"Palatino Linotype";
   color:#000066;   
   font-size:14px;
   } 
  
.titulo{        
   font-family:"Bookman Old Style";
   color:#006699;
   font-weight: bolder;
   font-size:14px;
   }

.aviso{        
   font-family:"Bookman Old Style";
   font-weight: bolder;
   color:#99CC00;
   /* color:#660000; */
   font-size:14px;
   }


