.Botones {
	font-family: "Trajan Pro", "Trebuchet MS", Tahoma, "Times New Roman";
	font-size: medium;
	font-style: normal;
	line-height: inherit;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.Texto {
	font-family: "Trajan Pro", "Trebuchet MS", Tahoma, "Times New Roman";
	font-size: xx-large;
	font-style: normal;
	line-height: inherit;
	font-weight: 900;
	color: #000000;
	text-decoration: none;
	font-variant: normal;
	text-transform: none;
	letter-spacing: 12px;
	word-spacing: 35px;
}
.Botones:hover {
	font-family: "Trajan Pro", "Trebuchet MS", Tahoma, "Times New Roman";
	font-size: large;
	font-style: normal;
	line-height: inherit;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #EFEFEF;
}
