/* General */
   BODY {font-family: verdana,arial, sans-serif; font-size: 10pt;
         background:  	#DAE4E3;
         width: 100%;
         height: 100%;    }

/* Contenido */
   H1 {font-size: 16pt; font-weight: bold; color: #0066CC;}
   H2 {font-size: 12pt; font-weight: bold; font-style: italic; color: black;}
   H3 {font-size: 10pt; font-weight: bold; color: black;}
   P.parrafocentrado {text-align: center;}
   P.paraiz {text-align: left;margin-left: 10%}
   
   
/* Formulario */
   FORM.borde {border: 1px dotted #0066CC; padding: 0.5em 0.2em; width: 80%;}
   FORM.entrada {border: 1px dotted #0066CC; margin-right: 10%; margin-left: 10%;
      padding: 0.3em}
   FORM P {clear: left; margin: 0.2em; padding: 0.1em;}
   FORM P LABEL {float: left; width: 25%; font-weight: bold;}
   FORM P LABEL.etiqueta-entrada {float: left; width: 100%; font-weight: bold;}
   .error {color: red;}
   body {
	background:  	#DAE4E3;
}
/*nuevo*/
form {
	/*padding: 50px;*/
	background:#DAE4E3;
        // #84AA00;
	width: 600px;
}
/******************************************/
ul#navlist
{
margin: 0 0 0 30px;
padding: 0;
width: 80.5%;
}

#navlist li
{
list-style-type: none;
background-color: #191970;
color: #daa520;
border: .2em solid #ffffff;
font-weight: 600;
text-align: center;
padding: .3em;
margin-bottom: .1em;
}

#navlist li a
{
color: #daa520;
text-decoration: none;
display: block;
}

#navlist li a:hover
{
background-color: #faebd7;
color: #191970;
}

/*******************************************************/
/* Tablas */
   TH {font-size: 10pt; font-weight: bold; color: white; background: #A0A0CE; text-align: center;}
   TD {font-size: 10pt; background: #0066CC;}
   TD.derecha {font-size: 10pt; text-align: right; background: #0066CC;}
   TD.izquierda {font-size: 10pt; text-align: left; background: #0066CC;}

/* Select*/
   input { font-family: Tahoma, Verdana, Arial; font-size: 11px; color: #FFFFFF; background-color: #6699CC; border: #000099; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}
TEXTAREA { font-family: Tahoma, Verdana, Arial; font-size: 11px; color: #FFFFFF; background-color: #6699CC; border: #000099; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}
select { font-family: Tahoma, Verdana, Arial; font-size: 11px; color: #FFFFFF; background-color: #6699CC; border: #000099; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}
