.boton {
background: #ddDDdd;
border:1px black solid;
padding:2px 4px;
text-decoration:none;
}
.boton:hover {
background: #ccCCcc;
}
