.tituloTabla {
	color: #000000;
	text-align: center;
	font-weight: bold;

}
.campoForm {
	text-align: right;
	background-color: #C1E0FF;

}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.tituloSubseccion {
	text-align: center;
	font-weight: bold;
	color: #000066;
}
.enlaceMenu{
	color: #FFFFFF;
	background-color: #000066;
	text-align: center;
	font-weight: bold;

}
.enlaceMenu:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color:#ffffff;
	text-decoration:none;
	font-weight: bold;
}
.enlaceMenu:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color:#ffffff;
	text-decoration:none;
	font-weight: bold;
}
.enlaceMenu:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color:#cccccc;
	text-decoration:underline;
	font-weight: bold;
}
.resaltar{
	background-color: #E8E8E8;
}
