




/*Botones de menú  */

.enlaceboton {    font-family: serif, verdana, arial; 
   font-size: 18px; 
   font-weight: normal; 
   padding: 2px; 
   background-color: #996600; 
   color: #666666; 
   text-decoration: none; 
   width: 150px;
} 

.enlaceboton:link, 
.enlaceboton:visited { 
   font-weight: bold ; color: #FFFF00 ;
   border-top: 2px solid #FFFFFF;
   border-bottom: 4px solid #000000; 
   border-left: 2px solid #000000; 
   border-right: 4px solid #333333; 
} 

.enlaceboton:hover { 
   border-top: 4px solid #000000; 
   border-bottom: 2px solid #333333; 
   border-right: 2px solid #000000; 
   border-left: 4px solid #333333;
}



