/* General */
   BODY {
	font-family: "Century Gothic", "Comic Sans MS", "Cooper Black";
	font-size: 10pt;
	background-color: #FFFFFF;
}
   

/* Contenido */
   H1 {font-size: 16pt; font-weight: bold; color: #FF0000;}
   H2 {font-size: 12pt; font-weight: bold; font-style: italic; color: black;}
   H3 {font-size: 10pt; font-weight: bold; color: black;}

/* Formulario */
   FORM.borde {border: 1px dotted #0066CC; padding: 0.5em 0.2em; width: 80%;}
   FORM P {clear: left; margin: 0.2em; padding: 0.1em;}
   FORM P LABEL {float: left; width: 25%; font-weight: bold;}
   .error {color: red;}
   
/* Tablas */
   TH {
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
   TD {
	font-size: 9pt;
	text-align: center;
}
   TD.derecha {font-size: 9pt; text-align: right; background: #FFFFFF;}
   TD.izquierda {font-size: 9pt; text-align: left; background: #FFFFFF;}
