/* SUBMENU LATERAL */
.menu-sidebar{
  float: left;
  width: 100%
}
.menu-sidebar ul{
  padding: 0px;
  margin: 0px;
}
.menu-sidebar > ul > li:not(.current):not(.currentpath):hover  > a {
  background: #da2421;
  background: -moz-linear-gradient(#da2421 0%, #cf221f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #da2421), color-stop(100%, #cf221f));
  background: -webkit-linear-gradient(#da2421 0%, #cf221f 100%);
  background: linear-gradient(#da2421 0%, #cf221f 100%);
}
.menu-sidebar > ul > li  {
  list-style: none;
}
.menu-sidebar > ul > li > a {
  font-size: 14px;
  display: block;
  color: #ffffff;
  /*border: 1px solid #ffffff;*/
  border-top: none;
  margin: 1px;
  /*text-shadow: 0 -1px 1px #751d0c;*/
  padding: 2px 30px;
  text-decoration: none;
  margin-bottom: 6px;
  border-top: 2px solid #da2421;
  border-bottom: 2px solid #da2421;
  border-left: 2px solid #da2421;
  background: #da2421;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  list-style: none;
  text-transform: uppercase;
}
.menu-sidebar > ul > li.current > a,
.menu-sidebar > ul > li.currentpath > a{
  background-color: #ffffff;
  color: #da2421;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}


/* Se añade la clase desde javascript cuando se hace scroll */
.position_fixed {
  position: fixed !important;
  z-index: 999;
}


@media (min-width: 768px) {
  .menu-sidebar {
    padding-top: 20px;
  }
}

/* FIN SUBMENU LATERAL */


/* MENU MOVIL         */
/*#menu_movil ul ul{
  display: none;
}
#menu_movil ul ul.open{
  display: inline-block;
}*/
#menu_movil ul li {
  width: 100%;
  text-decoration: none;
  list-style: none;
}
#menu_movil ul li a{
  text-transform: inherit;
  text-decoration: none;
}
#menu_movil ul li .icon-menu-desplegable{
  width: 15px;
  margin-right: 5px;
}

/* FIN MENU MOVIL     */


