body.lowquality * {
  filter: none !important;
}

label:hover, a:hover {
  cursor: pointer;
}

.navigation {
  z-index: 10000;
  position: fixed;
  width: 100%;
  height: 60px;
  background: rgba(0, 0, 0, 0);
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}

.brand {
  position: absolute;
  padding-left: 20px;
  float: left;
  line-height: 60px;
  text-transform: uppercase;
  font-size: 1.4em;
}

.brand label, .brand label:visited {
  color: #ffffff;
  text-decoration: none;
}

.nav-container {
  max-width: 1300px;
  margin: 0 auto;
}

nav {
  float: right;
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

nav ul li {
  float: left;
  position: relative;
}

nav ul li label, nav ul li label:visited, nav ul li a, nav ul li a:visited {
  display: block;
  padding: 0px 12px;
  line-height: 60px;
  background: transparent;
  color: #ffffff;
  text-decoration: none;
}

nav ul li label:hover, nav ul li label:visited:hover, nav ul li a:hover, nav ul li a:visited:hover {
  background: rgba(0, 80, 130, 0.95) !important;
  color: #ffffff;
  text-decoration: none;
}

nav ul li label:not(:only-child):after, nav ul li label:visited:not(:only-child):after, nav ul li a:not(:only-child):after, nav ul li a:visited:not(:only-child):after {
  padding-left: 4px;
}

nav ul li ul li {
  min-width: 150px;
}

nav ul li ul li label, nav ul li ul li a {
  padding: 15px 10px 15px 10px;
  line-height: 20px;
}

nav ul li ul li .cerrar_sesion {
  min-width: 130px;
  position: fixed;
}

.nav-dropdown, .nav-dropdown-c, .nav-dropdown-a, .nav-dropdown-b {
  position: absolute;
  display: none;
  z-index: 1;
}

/* Mobile navigation */
.nav-mobile {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  height: 60px;
  width: 60px;
}

@media only screen and (max-width:899px) {
  .navigation {
    background: rgba(0, 0, 0, 0.9) !important;
  }

  .a_salir {
    background: rgba(0, 0, 0, 0.9) !important;
  }

  label.disappear, a.disappear {
    display: block !important;
  }

  label, a {
    margin-bottom: 0 !important;
  }

  .nav-mobile {
    display: block;
  }

  nav {
    width: 100%;
    padding: 60px 0 15px;
  }

  nav ul {
    display: none;
  }

  nav ul li {
    float: none;
  }

  nav ul li label, nav ul li a {
    padding: 15px;
    line-height: 20px;
  }

  nav ul li ul li label, nav ul li ul li a {
    padding-left: 30px;
  }

  .nav-dropdown, .nav-dropdown-c, .nav-dropdown-a, .nav-dropdown-b {
    position: static;
  }

  .cerrar_sesion {
    position: relative !important;
  }

  nav ul li label, nav ul li label:visited, nav ul li a, nav ul li a:visited {
    display: block;
    padding: 0px 12px;
    line-height: 60px;
    background: rgba(0, 0, 0, 0.9);
    color: #ffffff;
    text-decoration: none;
  }

}

@media only screen and (max-width:600px) {
  .navigation {
    top: 0 !important;
  }

  .first_label {
    top: 10px !important;
  }

}

@media screen and (min-width:900px) {
  .a_salir {
    margin-top: -0.5em;
  }

  .a_salir:hover {
    background: rgba(0, 80, 130, 0.95) !important;
  }

  .nav-list {
    display: block !important;
  }

  .cerrar_sesion {
    position: fixed !important;
  }

}

#nav-toggle {
  position: absolute;
  left: 10px;
  top: 17px;
  cursor: pointer;
  padding: 10px 35px 106px 0px;
}

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 35px;
  background: #ffffff;
  position: absolute;
  display: block;
  content: '';
  transition: all 300ms ease-in-out;
}

#nav-toggle span:before {
  top: -10px;
}

#nav-toggle span:after {
  bottom: -10px;
}

#nav-toggle.active span {
  background-color: transparent;
}

#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}

#nav-toggle.active span:before {
  transform: rotate(45deg);
}

#nav-toggle.active span:after {
  transform: rotate(-45deg);
}

body {
  -webkit-touch-callout: none;  /* iOS Safari */
  -webkit-user-select: none;  /* Safari */
  -khtml-user-select: none;  /* Konqueror HTML */
  -moz-user-select: none;  /* Firefox */
  -ms-user-select: none;  /* Internet Explorer/Edge */
  user-select: none;  /* Non-prefixed version, currently
                       supported by Chrome and Opera */
}

#logo_blanco {
  top: 8px;
  width: 50px;
  left: 10px;
  position: absolute;
}

#nombre_logo {
  left: 76px;
  position: absolute;
  font-size: 20px;
}

.simbolo_ver_mas {
  font-size: 30px;
  display: none;
}

.img_avatar {
  left: 1.8em;
  margin-top: 1em !important;
  margin-right: 0.2em !important;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
  border-radius: 50%;
}

/*# sourceMappingURL=menu.css.map */
