.titulo-principal {
	font-family: Tahoma;
	font-size: 13px;
	font-style: normal;
	font-weight: bolder;
	font-variant: small-caps;
	color: 4E0A15;	
}
.subtitulo-1 {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: 4E0A15;
	text-indent: 30px;
}
.texto-normal {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	color: 584F4E;
	text-indent: 20px;
	line-height: 16px;
}
.texto-resaltado {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: 584F4E;
}
.texto-enlace {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: 18676C;
	text-decoration: underline;
}
.texto-enlace-over {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: 18676C;
	text-decoration: underline;
	background-color: EBF3E2;
}
