@charset "UTF-8";
/* CSS Document */

.texto_general {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: lighter;
	color: #2A2A28;
	text-decoration: none;
	line-height: 16px;



}
.subtitulo1 {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: lighter;
	color: #2A2A28;
	text-decoration: none;
	letter-spacing: 1px;
	line-height: 30px;

}
.subtitulo1:link {
	text-decoration: none;
}
.subtitulo1:hover {
	text-decoration: none;
}
.subtitulo1:visited {
	text-decoration: none;
}
.subtitulo1:active {
	text-decoration: none;
}
.subtitulo2 {
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #9dbb13;
	text-decoration: none;
	letter-spacing: 1px;
	line-height: 30px;

}
.subtitulo3 {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: lighter;
	color: #53620a;
	text-decoration: none;
	line-height: 30px;
	letter-spacing: 1px;
	vertical-align: bottom;
}
.subtitulo4 {

	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #9dbb13;
	text-decoration: none;
	letter-spacing: 1px;
	line-height: 30px;
}
.textoGeneralVerde {

	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: lighter;
	color: #9dbb13;
	text-decoration: none;
}
.textoGeneralCursiva {

	font-family: Arial;
	font-size: 10px;
	font-style: italic;
	font-weight: lighter;
	color: #2A2A28;
	text-decoration: none;
	line-height: 16px;
}

