

.tituloSeccion {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}

.tituloSeccionSubr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}

.textoNormal {
	font-family: tahoma,arial,sans-serif;
	font-size: 11px;
	COLOR: #666666;
}

.tituloAzulOscuro {
	font-family: arial,sans-serif;
	font-size: 12px;
	COLOR: #003366;
	font-weight: bold;
}

.tituloAzulClaro {
	font-family: arial,sans-serif;
	font-size: 12px;
	COLOR: #0066CC;
	font-weight: bold;
}

.tituloNaranja {
	font-family: arial,sans-serif;
	font-size: 12px;
	COLOR: #FF6600;
	font-weight: bold;
}

A {
	COLOR: #666666;
	text-decoration: underline;
}
A:hover {
	COLOR: #333333;
	text-decoration: underline;
}
