@charset "UTF-8";
.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.grande {
	font-family: "Trebuchet MS", Arial, Verdana, "Helvetica CY";
	font-size: 36px;
	color: #333333;
}
.mediana {
	font-family: "Trebuchet MS", Arial, Verdana, "Helvetica CY";
	font-size: 24px;
}
.mediana_gris {
	font-family: "Trebuchet MS", Arial, Verdana, "Helvetica CY";
	font-size: 24px;
	color: #666666;
}
.menu_estufas {
	font-family: "Trebuchet MS", Arial, Verdana, "Helvetica CY";
	font-size: 12px;
	font-weight: bold;
	color: #666;
}
.texto_negrita {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}
a:link {
	font-family: "Trebuchet MS", Arial, Verdana, "Helvetica CY";
	font-size: 12px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
a:visited {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
a:hover {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.texto_negrita14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.texto_enlace {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #204D79;
}

