nav li ul li
{
  background: white;
  list-style: none;
}
nav ul
{
  padding: 0px;
}
.cbp-spmenu-vertical
{
  overflow-y: auto;
}
.cbp-spmenu {
  background: white;
  font-family: "MyriadPro-Light";
  height: 100%;
  position: fixed;
  text-align: left;
  top: 0;
  overflow-y: hidden;
  overflow-x: hidden;
  width: 240px;
  z-index: 1000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cbp-spmenu h3 {
  color: #afdefa;
  font-size: 1.9em;
  padding: 20px;
  margin: 0;
  font-weight: 300;
  background: #0d77b6;
}
.cbp-spmenu a {
  display: block;
  color: black;
  font-size: 1.1em;
  font-weight: 300;
}
.cbp-spmenu a:hover {
  /*background: #7DCA2D;*/
  background: #A6ABAF;
  text-decoration: underline;
}

.cbp-spmenu a:active {
  background: #BDBDBD;
  color: #47a3da;
}
.cbp-spmenu-vertical a {
  padding: 6px;
  padding-left: 60px;
}
.oculto{
  left:  -253px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.visible {
  left: 0px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.submenu{
  display: none;
  padding-left: 12px;
}
.submenu-desplegable
{
  display: block;
}
.opcprincipal:hover
{
  /*background: #7DCA2D;*/
  background: #A6ABAF;
}

@media screen and (max-height: 26.375em){

  .cbp-spmenu-vertical {
    font-size: 90%;
    overflow-y: auto;
    width: 190px;
  }

  .cbp-spmenu-left,
  .cbp-spmenu-push-toleft {
    left: -190px;
  }

  @media screen and (max-height: 540px) {
    .cbp-spmenu-left,
    .cbp-spmenu-push-toleft {
      overflow-y: scroll;

  }
}