/* General #0072C6*/
BODY {
	font-family: verdana,arial, sans-serif;
	font-size: 10pt;
	margin: 0;
	padding: 0;
}

/* 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;}

/* 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: 10pt;
	font-weight: bold;
	color: #0000FF; /* color de fondo de la tabla*/
	text-align: center;
}

.TH2 {
	font-size: 10pt;
	font-weight: bold;
	color: #0000FF;
	background: #FFFFFF; /* color de fondo de la tabla*/
	text-align: center;
}
   TD {
	height: 5px;
	font-size: 10pt;
	font-weight: normal;
	color: #0000FF;
}

.TD2 {
	height: 5px;
	font-size: 10pt;
	font-weight: bold;
	color: #0000FF;
	background: #FFFFFF; /* color de fondo de la tabla*/
	text-align: center;
}

.titulos_tabla {
	color:#000; 
	background-color:#8DD2F0;
	font-size:13px; 
	font-family:Verdana, Geneva, sans-serif; 
	font-weight:bold;
	height:20px;
}
.titulos_tabla_calificaciones {
	color:#000; 
	background-color:#8DD2F0;
	font-size:10px; 
	font-family:Verdana, Geneva, sans-serif; 
	font-weight:normal;
	height:20px;
}

.admin_tabla {
		background-color:#8CECFD;
}

/* botones del formulario */

.inputTxt{
	border:1px solid #0066FF;
	height:23px;
	background-color:#FFF;
	text-transform:uppercase;
}

.inputTxt:focus{
	border:thin solid #FF0000;
	height:20px;
	background-color:#ffffcc;
}

.inputTxtemail{
	border:1px solid #0066FF;
	height:23px;
	background-color:#FFF;
	text-transform:lowercase;
}

.inputTxtemail:focus{
	border:thin solid #FF0000;
	height:20px;
	background-color:#ffffcc;
}

.botonSubmit{
	height:30px;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	border-width: 2pt;
	background-color: #FF0000;
	padding: 5px;
}

.fila_tabla{
	background-color:#c7d3e7;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
}

.columna_tabla{
	background-color:#8CECFD;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
}
#login-box {
	width:500px;
	height: 480px;
	color: #ebebeb;
	font: 12px Arial, Helvetica, sans-serif;
	background-image: url(../imagenes/box.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 58px;
	padding-right: 76px;
	padding-bottom: 0;
	padding-left: 76px;
}

#login-box img {
	border:none;
}

#login-box h2 {
	padding:0;
	margin:0;
	color: #ebebeb;
	font: bold 44px "Calibri", Arial;
}


#login-box-name {
	float: left;
	display:inline;
	width:80px;
	text-align: right;
	padding: 14px 10px 0 0;
	margin:0 0 20px 0;
}

#login-box-field {
	float: right;
	display:inline;
	width:230px;
	margin:0;
	margin:0 0 7px 0;
}


.form-login  {
	width: 205px;
	padding: 10px 4px 6px 3px;
	border: 1px solid #0d2c52;
	background-color:#1e4f8a;
	font-size: 16px;
	color: #ebebeb;
}
