.enlaceboton {    font-family: verdana, arial, sans-serif;
   font-size: 8pt;
   padding: 4px;
   margin: 1px;
   
   background: #99cbe8;

   color: black;
   text-decoration: none;
}
.enlaceboton:link,
.enlaceboton:visited {
/*   border: 1px solid black;*/
}
.enlaceboton:hover {
 /* border: 1px solid black;*/
     background: white;
   color: black;
} 

.orange { background: #06c; color: white }

.blue { background: #e5f4fb; color: black }

.green { background: green; color: white }

