@charset "utf-8";
/* CSS Document */

.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
texto2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}
.Estilo3:hover {
	color: #FF0000;
	text-decoration: none;
}
