#menu-desplegable {
    margin-top: -2.2em;
}

#menu-desplegable ul {
  list-style-type: none;
}

#menu-desplegable ul li {
  float: right;
  border: 1px inset #f9f4af;
  margin-right: 4%;
  padding: 4px 1%;
  border-radius: 2px;
  margin-bottom: 7px;
  width: 40%;
  text-align: center;
  background-color: #393e39;
  background-image: linear-gradient(-90deg, #342e04, #f1cfcf);
}

#menu-desplegable ul li a {
  text-decoration: none;
  color: #1a1a19;
}

#menu-desplegable ul li a:hover {
  color: #fff7a9;
  font-style: oblique;
  font-weight: bold;
}
button {
    cursor: pointer;
    margin-left: 4%;
    border-radius: 4px;
}
button:hover {
    background-image: linear-gradient(45deg, #e70f0f, #f1cfcf);
    color: yellow;
}
.clean {
  clear: both;
  height: 2px
}
@media screen and (max-width:600px) {
#menu-desplegable ul li {
    width: 86%;
}
}
