
.titulo_form {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 14px;
	color: #000000;
	padding:10px 0px 10px 25px;
	background-color:#ffffff;

}

.subtitulo_alumno {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 10px;
	text-decoration:underline;
	color: #ffffff;
	padding:10px 0px 10px 25px;
	background-color:#1ba6cf;
	border:1px solid #83edff;
}

.subtitulo_apoderado {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 10px;
	text-decoration:underline;
	color: #ffffff;
	padding:10px 0px 10px 25px;
	background-color:#e5b178;
	border:1px solid #ffc496;
}

.txt_grilla {
	font-family:Tahoma;
	font-size:10px;
	font-weight:bold;
	text-align:left;
	color:#333333;
	height:26px;
}

.txt_grilla2 {
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	color:#333333;
	height:26px;
	padding-left:25px;
}

.tex_caja_form {
	font-family:Tahoma;
	font-size:10px;
	color:#333333;
	border:solid 1px #CCCCCC;
}

.tex_boton_form {
	font-family:Tahoma;
	font-size:10px;
	color:#333333;
	border:solid 1px #CCCCCC;
	background-color:#eae7de;
    height: 18px;
}

.color_td_txt {
	background-color: #E1DFDF;
	height:36px;
}


.espacio_td {
	height:1px;
	background-color: #eeeded;
}



