@charset "utf-8";
/* CSS Document */

.texto_blanco {
	font-family: "Trebuchet MS";
	font-size: 0.7em;
	color: #FFFFFF;
}
.texto_blanco a {
	color: #FFFFFF;
	text-decoration: none;
}
.texto_blanco a:hover {
	text-decoration: underline;
}

.texto_morado {
	font-family: "Trebuchet MS";
	font-size: 0.7em;
	color: #620C71;
}
a.texto_morado  {
	text-decoration: none;
}
a.texto_morado:hover {
	text-decoration: underline;
}


.texto_moradogrande {
	font-family: "Trebuchet MS";
	font-size: 0.8em;
	color: #620C71;
}

.texto_gris {
	font-family: "Trebuchet MS";
	font-size: 0.7em;
	color: #333333;
}
.texto_grisgrande {
	font-family: "Trebuchet MS";
	font-size: 0.8em;
	color: #333333;
}
.texto_grisgrande a {
	font-family: "Trebuchet MS";
	color: #333333;
	text-decoration: none;
}
.texto_grisgrande a:hover {
	font-family: "Trebuchet MS";
	color: #333333;
	text-decoration: underline;
}



.texto_verde {
	font-family: "Trebuchet MS";
	font-size: 0.7em;
	color: #003427;
	font-weight: bold;
}
.texto_verdegrande {
	font-family: "Trebuchet MS";
	font-size: 0.8em;
	color: #003427;
	font-weight: bold;
}

.texto_moradonegrita {
	font-family: "Trebuchet MS";
	font-size: 0.7em;
	color: #620C71;
	font-weight: bold;
}
a.texto_moradonegrita  {
	text-decoration: none;
	color: #620D72;
}
a.texto_moradonegrita:hover  {
	text-decoration: underline;
	color: #620D72;
}
.titulos {
	font-family: "Trebuchet MS";
	font-size: 1.9em;
	color: #620D72;
	font-weight: bold;
}
.texto_verdegrande2 {
	font-family: "Trebuchet MS";
	font-size: 1em;
	color: #003427;
	font-weight: bold;
}
