a.boton,
a.boton:link,
a.boton:active,
a.boton:visited {
	font-weight: bold;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 4px 8px;
	border-top: 1px solid white;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid white;
	text-align: center;
	min-width: 75px;
    background-color: #DCD7BA;
    color: red;
	text-transform: uppercase;
	text-decoration: none;
}
a.boton:hover { 
    background-color: #A52A2A;
    color: white;
	text-decoration: none;
	}

