/* General */
   BODY {font-family: verdana,arial, sans-serif; font-size: 10pt;}

/* Contenido */
   H1 {font-size: 16pt; font-weight: bold; color: White;}
   H2 {font-size: 12pt; font-weight: bold; font-style: italic; color: black;}
   H3 {font-size: 10pt; font-weight: bold; color: White;}

/* Formulario */
   FORM.borde {border: 3px dotted blue; padding: 1.8em 2.5em; width: 80%;}
   FORM P {clear: left; margin: 0.2em; padding: 0.1em;}
   FORM P LABEL {float: left; width: 10%; font-weight: bold;}
   .error {color: red;}
   
/* Tablas */
   TH {font-size: 11pt; font-weight: ; color: BLACK; background: #FAE5DE; text-align: left;} /* Titulo das Columnas do Menu */
   TD {font-size: 11pt; font-weight: ; color: BLACK; background: #EEF4F8; text-align: left;} /* color fondo de las tablas */
   TD.derecha {font-size: 12pt; text-align: right; background: #FC04DE;}
   TD.izquierda {font-size: 12pt; text-align: left; background: #FC04DE;}

