#menubuscaminas {
	padding: 20;
	list-style-type: none; 
	font-family: sans-serif;
	font-size: 16px; 
    font-weight: bold; 
     }
 #menubuscaminas li {
 	background-color: #7A9D7C; 
    float: left; 
    height: 2.5em; 
    line-height: 2.5em;
    border-color: #9E8A69;
    border-style: solid;
    border-width: 3px; 
            }
 #menubuscaminas a {
 	color: #E5E1BC;
 	text-decoration: none;
 	padding: 0 20px;
 	display: block; 
         }
 #menubuscaminas li:hover {
 	background-color: #FFF2D7;
 	 }
 #menubuscaminas li:hover a {
 	color:#AF7051;
                 }