.texto {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
.boton {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #FF6600;
	border-bottom-color: #FF6600;
	border-left-color: #333333;
	background-color: #efefef;
}
.textonaranja {

	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF6633;
	text-decoration: none;
}
.link {


	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0033;
	text-decoration: none;
}

.link:hover {


	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF6633;
	text-decoration: none;
}

