@charset "windows-1251";
a{text-decoration:none;
color: #bad24a}
a:hover{text-decoration:none;
color:#eedeba}


.ColorSubTitulosVerde {
	color: #bad24a;
	font-family: Arial ;
	font-size: 14px;
}

.ColorSubTitulosBeige {
	color: #eedeba;
	font-family: Arial ;
	font-size: 14px;
}

.ColorSubTitulosFresa {
	color: #E21437;
	font-family: Arial ;
	font-size: 14px;
}
.ColorTextoParrafosVerde {
	color: #bad24a;
	font-family: Arial;
	font-size: 12px;
}

.ColorTextoParrafosBeige {
	color: #eedeba;
	font-family: Arial;
	font-size: 12px;
}

.ColorTextoParrafosFresa {
	color: #E21437;
	font-family: Arial;
	font-size: 12px;
}

.SubtituloParrafosVerde {
	color: #bad24a;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
}

.SubtituloParrafosBeige {
	color: #eedeba;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
}

.SubtituloParrafosFresa {
	color: #E21437;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
}

.SubtituloExtraParrafosVerde {
	color: #bad24a;
	font-family: Arial;
	font-size: 14px;
	font-style: italic;
	text-decoration: underline;
	
}

.SubtituloExtraParrafosBeige {
	color: #eedeba;
	font-family: Arial;
	font-size: 14px;
	font-style: italic;
	text-decoration: underline;
	
}

.SubtituloExtraParrafosFresa {
	color: #E21437;
	font-family: Arial;
	font-size: 14px;
	font-style: italic;
	text-decoration: underline;
	
}

.TituloPrincipalVerde {
	color: #bad24a;
	font-weight: bold;
	font-family: Arial;
	font-size: 18px;
}

.TituloPrincipalBeige {
	color: #eedeba;
	font-weight: bold;
	font-family: Arial;
	font-size: 18px;
}

.TituloPrincipalFresa {
	color: #E21437;
	font-weight: bold;
	font-family: Arial;
	font-size: 18px;
}

.Verde {
	color: #009933;
	font-family: "Futura Bk", "Futura Hv", "Futura Lt", "Futura Md";
	font-size: 14px;
}

.Blanco {
	color: #FFFFFF;
	font-family: "Futura Bk", "Futura Hv", "Futura Lt", "Futura Md";
	font-size: 14px;
}

.Rojo {
	color: #FF0000;
	font-family: "Futura Bk", "Futura Hv", "Futura Lt", "Futura Md";
	font-size: 14px;
}
.Amarillo {
	color: #FFFF00;
	font-family: "Futura Bk", "Futura Hv", "Futura Lt", "Futura Md";
	font-size: 14px;
}

.Azul {
	color: #0000FF;
	font-family: "Futura Bk", "Futura Hv", "Futura Lt", "Futura Md";
	font-size: 14px;
}




