body {
	background-color: #1F1F1F;
	font-family: verdana;
	font-size: 12pt;
	color: #85669A;
}
#dv_Titulo {
	position: absolute;
	top: 0px;
	left: 25px;
	right: 25px;
	height: 100px;
	background-color: #101010;
	border-bottom: 2px solid #FFCE00;
	z-index: 5;
}
#dv_Titulo .it_Titulo{
	font-size: 32pt;
	font-weight: bold;
}
#dv_Main{
	position: absolute;
	top: 105px;
	left: 25px;
	right: 25px;
	bottom: 35px;
	background-color: #000000;
	z-index: 1;
	overflow-y:auto;
}
#dv_Foot{
	position: absolute;
	bottom: 0px;
	left: 25px;
	right: 25px;
	height: 30px;
	background-color: #101010;
	border-top: 2px solid #FFCE00;
	font-size: 10pt;
	z-index: 5;
}
/*FORMULARIOS*/
#it_Formulario{}
#it_Formulario thead th{
	background-color: #272727;
	color: #E4B800;
	font-size: 18pt;
	font-weight: bold;
	height: 40px;
}
#it_Formulario input[type=button] {
	width: 200px;
	height: 40px;
	font-size: 14pt;
	font-weight: bold;
	background-color: #2B2B2B;
	color: #806A98;
	border: 1px #FFCE00 solid;
}
#it_Formulario input[type=button]:hover {
	color: #A86A6A;
	border: 1px #FF0000 solid;
}
#it_Formulario select {
	width: 200px;
	height: 40px;
	font-size: 14pt;
	font-weight: bold;
}
/* LECTURAS */
#it_Lectura{}
#it_Lectura thead th{
	background-color: #272727;
	color: #E4B800;
	font-size: 18pt;
	font-weight: bold;
	height: 40px;
}
#it_Lectura .Titulo{
	background-color: #272727;
	color: #E4B800;
	font-size: 16pt;
	font-weight: bold;
	height: 40px;
}
#it_Lectura .Autor{
	font-size: 16pt;
	font-weight: bold;
	height: 35px;
}
#it_Lectura .Nota{
	font-size: 16pt;
	font-style: italic;
	height: 35px;
}
#it_Lectura .Lectura{
	font-size: 18pt;
	color: #B8B8B8;
}
#it_Lectura .Pregunta{
	background-color: #272727;
	color: #E4B800;
	font-size: 16pt;
	font-weight: bold;
	height: 40px;
}
#it_Lectura input[type=button] {
	width: 200px;
	height: 40px;
	font-size: 14pt;
	font-weight: bold;
	background-color: #2B2B2B;
	color: #806A98;
	border: 1px #FFCE00 solid;
}
#it_Lectura input[type=button]:hover {
	color: #A86A6A;
	border: 1px #FF0000 solid;
}
#it_Lectura select {
	width: 400px;
	height: 40px;
	font-size: 14pt;
	font-weight: bold;
}
#it_Lectura textarea {
	width: 400px;
	height: 150px;
	font-size: 14pt;
}
