
.botonMenu_select {
  border-radius: 10px;
  background-color:black;
  color:white!important;
  font-weight:bold;
  text-align:center;
  cursor:pointer;
  padding:6px;
  text-decoration:none;
}

.botonMenu {
    border-radius: 10px;
    background-color: white;
    color: black !important;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    padding: 6px;
}

