@charset "utf-8";
/* CSS estilos */

/*TAGS*/
a img {border:0 none;}

/* textos */
.texto {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-style: normal;
	color: #979e9f;
}
.textorojo {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-style: normal;
	color: #ff0000;
}
.links {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-style: normal;
	color: #ff0000;
	text-decoration: none; 
	}

