/* CSS Document */

.textoNormal{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #4B606D;
}
.textoNormalNegrita{
	font-family: Arial;
	font-size: 10pt;
	color: #4B606D;
	font-weight: bold;
}
.textoTitulo{
	font-family: Arial; 
	font-size: 12pt; 
	font-weight: bold;
	color: #FF6600;
}
.tablaTitulo{
	font-family: Arial;
	font-size: 14pt;
	color: #FFFFFF;
	background-color: #000066;
}

.tablaEtiqueta{
	font-family: Verdana, Arial;
	font-size: 10px;
	color: 3a2a7d;
	text-align: right;

}
.tablaDato{
	font-family: Verdana, Arial;
	font-size: 10px;
	color: 3a2a7d;
	font-weight: bold;
	text-align: left;
}
.tablaDatoResaltado{
	font-family: Verdana, Arial;
	font-size: 10px;
	color: c60b27;
	font-weight: bold;
	text-align: left;
}
.tablaDatoResaltadoGrande{
	font-family: Arial;
	font-size: 16px;
	color: c60b27;
	font-weight: bold;
	text-align: center;
}
.textoCombo{
	font-family: Arial;
	font-size: 10pt;
	color: #000066;
	background-color: #FFFFFF;
	font-weight: bold;
}

.boton{
	font-family: Arial;
	font-size: 9pt;
	color: #FFFFFF;
	background-color: #000066;
	font-weight: bold;
}

.clsON {
	font-family: Arial; 
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	border: none;
}

.clsOVER {
	font-family: Arial; 
	font-size: 12px;
	font-weight: bold;
	color: #FF3300;
	text-align: center;
	border: none;
}
a {
	color: #000066;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
} 
a:hover { color: #FF6600; text-decoration: underline} 

.textoTitulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #4B606D;
}
.combo {
	width: 200px;
}
