@charset "utf-8";
.texto_menu a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #434A2F;
	font-weight: bold;
	text-decoration: none;
}
.texto_menu a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #A0AB18;
	font-weight: bold;
	text-decoration: none;
}
.texto_normal{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #434A2F;
	font-weight: normal;
	line-height: 18px;
}
.texto_pie{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #9FA587;
	font-weight: normal;
	text-decoration: none;
}

.texto_pie a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #9FA587;
	font-weight: normal;
	text-decoration: none;
}
.texto_pie a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #A0AB18;
	font-weight: normal;
	text-decoration: underline;
}
.texto_normal_bold{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #434A2F;
	font-weight: bold;
	line-height: 18px;
	text-decoration: none;
}
.texto_normal_bold a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #434A2F;
	font-weight: bold;
	line-height: 18px;
	text-decoration: none;
}
.texto_normal_bold a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #434A2F;
	font-weight: bold;
	line-height: 18px;
	text-decoration: underline;
}

.texto_normal_bold_subrayado a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #434A2F;
	font-weight: bold;
	line-height: 18px;
	text-decoration: underline;
}
.texto_normal_bold_subrayado a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #A0AB18;
	font-weight: bold;
	line-height: 18px;
	text-decoration: underline;
}
.texto_normal_bold_verde_claro{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #A0AB18;
	font-weight: bold;
}
.texto_normal_bold_verde_claro_tel{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #A0AB18;
	font-weight: bold;
	line-height: 25px;
}
.texto_title{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #434A2F;
	font-weight: bold;
	text-decoration: none;
}

