.textobold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #7A7A7A;
	font-weight: bold;

}
.textonormal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003366;
	font-weight: normal;
}
.borde-tabla {
	border: 1px solid #003366;
}
.casillas {
	border: 1px solid #104959;
	background-color: #E9F3FC;
	font-size: 10px;
}
.boton {
	border: 1px solid #9F8060;
	color: #003366;
	background-color: #E9F3FC;
	font-size: 10px;
	font-weight: bold;

}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #000000;

}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #000000;

}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	font-weight: bold;
	color: #000000;

}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #000000;

}
