A{font-size: 10pt; FONT-FAMILY: tahoma, helvetica, san_serif; color: blue; text-decoration:none}
A:hover {color: red}

FORM{
font-size: 9pt; font-family: tahoma, helvetica, san_serif;
}
FONT{
FONT-FAMILY: tahoma, Helvetica, san_serif;
font-size: 11pt;
}

font.titulo1{
font-size: 15pt;
}

font.chica{
FONT-FAMILY: tahoma, Helvetica, san_serif;
font-size: 9pt;
}

font.espacio{
font-size: 1pt;
}

form.amarillo { background-color: #FFFFCC; }

legend{font-size: 12pt; color: #006600; text-decoration:none; font-family: Arial, Helvetica, san_serif;}

SELECT { 
  font-size: 8pt; 
  font-family : tahoma, helvetica, arial; 
  color: #000000; background-color: #ffffff; border: #000000; border-style: solid; border-width: 1; 
} 



/* Estilo para elementos input y textarea.  
Crea un borde de 1px negro.  
*/  
input, textarea {  
 border:1px solid #000;  
}  
  

