.boton {
	font-family: Tahoma;
	font-size: 11px;

	text-decoration: none;
	color: #ffffff;
	
}

.boton:link {
	font-family: Tahoma;
	font-size: 11px;
	
	text-decoration: none;
	color: #ffffff;
	
	
}

.boton:visited {
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
	color: #ffffff;
	
	
}

.boton:hover {
	font-family: Tahoma;
	font-size: 11px;

	text-decoration: none;
	color: #944911;
		
	
}
.boton:active{
	font-family: Tahoma;
	font-size: 11px;

	color: #1F5B29;
	text-decoration: none;
	

