* {
  margin: 0;
  padding: 0;
  outline: 0; }

html body .error {
  background-color: #E74F4F;
  position: absolute;
  top: 0;
  padding: 10px 0;
  border-radius: 0 0 5px 5px;
  color: #fff;
  width: 100%;
  text-align: center;
  display: none; }
html body .acceso {
  background-image: url("../img/fondo.gif");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.4);
  text-align: center;
  border-radius: 5px;
  padding: 3%;
  position: inherit; }
  html body .acceso form {
    width: 300px;
    margin: 0 auto;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    padding: 40px; }
    html body .acceso form input[type="text"], html body .acceso form input[type="password"] {
      width: 97%;
      height: 25px;
      margin: 0 0 15px;
      padding: 10px 1%;
      font-size: 18px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px; }
    html body .acceso form input[type="submit"] {
      width: 99%;
      margin: 0 auto;
      padding: 13px 0; }
    html body .acceso form input[type="text"], html body .acceso form input[type="password"] {
      text-align: center;
      border: 0; }
    html body .acceso form input[type="submit"], html body .acceso form input[type="button"], html body .acceso form input[type="reset"] {
      display: inline-block;
      background: #2394D5;
      padding: 5px 15px;
      color: #fff;
      border: 0 none;
      font-size: 18px;
      cursor: pointer;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px; }
    html body .acceso form input[type="submit"]:hover {
      opacity: .8; }
html body .logo {
  width: 300px;
  height: 200px;
  margin: 0 auto;
  background-image: url("../img/ecovagreen2.png");
  background-size: 100%;
  background-repeat: no-repeat; }
html .menu {
  background-color: black;
  color: white;
  background-image: url("../img/franja-azul.png");
  background-size: 200% 100%;
  background-repeat: no-repeat;
  background-position: center; }
  html .menu #myupload .modal-dialog .modal-content .modal-body form .btn-success {
    margin: -7px 0px 0px 3px; }
  html .menu #myformatos {
    color: #000000; }
    html .menu #myformatos .modal-dialog {
      width: 1000px; }
      html .menu #myformatos .modal-dialog .modal-content .modal-body {
        overflow: auto;
        overflow: scroll;
        max-height: 500px; }
        html .menu #myformatos .modal-dialog .modal-content .modal-body .cuerpo {
          width: 100%;
          margin: 0 auto; }
          html .menu #myformatos .modal-dialog .modal-content .modal-body .cuerpo ul li {
            list-style: none;
            max-width: 300px;
            overflow: hidden; }
      html .menu #myformatos .modal-dialog .modal-content .modal-footer {
        display: none; }
  @media screen and (min-width: 1400px) {
    html .menu h1 {
      margin-left: 50px !important; } }
  @media screen and (min-width: 1400px) {
    html .menu .cerrar {
      margin-left: 50px !important; } }
  html .menu .container .right {
    padding: 50px 0 0 0; }
    @media screen and (min-width: 1800px) {
      html .menu .container .right {
        padding: 90px 0 0 0; } }
  html .menu .container .franja {
    width: 260px;
    position: relative; }
    @media screen and (min-width: 1800px) {
      html .menu .container .franja {
        width: 100%;
        height: 600px;
        position: relative; } }
    html .menu .container .franja img {
      border: 0;
      height: 410px;
      position: relative;
      top: -85px;
      width: 700px;
      left: 180px; }
      @media screen and (min-width: 1400px) {
        html .menu .container .franja img {
          border: 0;
          height: 610px;
          position: relative;
          top: -50px;
          width: 700px;
          left: 180px; } }
    html .menu .container .franja .hoja {
      width: 450px;
      height: 450px;
      background-image: url("../img/hoja.png");
      background-size: 100% 100%;
      background-repeat: no-repeat;
      position: relative;
      top: 135px; }
      @media screen and (min-width: 1800px) {
        html .menu .container .franja .hoja {
          width: 450px;
          height: 450px;
          background-image: url("../img/hoja.png");
          background-size: 100% 100%;
          background-repeat: no-repeat;
          top: 200px; } }
      html .menu .container .franja .hoja .logo {
        background-image: url("../img/logo.png");
        background-size: 100% 100%;
        background-repeat: no-repeat;
        width: 260px;
        height: 260px;
        position: relative;
        top: 90px;
        left: 35px; }
        @media screen and (min-width: 1400px) {
          html .menu .container .franja .hoja .logo {
            background-image: url("../img/logo.png");
            background-size: 100% 100%;
            background-repeat: no-repeat;
            width: 280px;
            height: 280px;
            position: relative;
            top: 110px;
            left: -32px; } }
      html .menu .container .franja .hoja .hojitas {
        background-image: url("../img/hojitas.png");
        background-size: 100% 100%;
        background-repeat: no-repeat;
        width: 250px;
        height: 160px;
        position: relative;
        bottom: 270px;
        left: 270px; }
        @media screen and (min-width: 1400px) {
          html .menu .container .franja .hoja .hojitas {
            background-image: url("../img/hojitas.png");
            background-size: 100% 100%;
            background-repeat: no-repeat;
            width: 280px;
            height: 190px;
            position: relative;
            bottom: 350px;
            left: 270px; } }
  html .menu .container .prov {
    margin: 0 10px 0 2px !important; }
  html .menu .container .columna {
    padding: 0px !important;
    margin: 0px 4px 20px 4px; }
    html .menu .container .columna .imagen {
      width: 100px;
      height: 100px;
      background-size: 100%;
      background-repeat: no-repeat;
      margin: 0 auto; }
    html .menu .container .columna .img-upload {
      background-image: url("../img/upload.png"); }
    html .menu .container .columna .img-ventas {
      background-image: url("../img/ventas.png"); }
    html .menu .container .columna .img-proveedores {
      background-image: url("../img/proveedor.png"); }
    html .menu .container .columna .img-proyectos {
      background-image: url("../img/proyecto.png");
      background-size: contain;
      background-repeat: no-repeat; }
    html .menu .container .columna .img-viaticos {
      background-image: url("../img/viaticos.png");
      background-size: contain;
      background-repeat: no-repeat; }
    html .menu .container .columna .img-comprobacion-viaticos {
      background-image: url("../img/comprobacion-viaticos.png");
      background-size: contain;
      background-repeat: no-repeat; }
    html .menu .container .columna .img-formatos {
      background-image: url("../img/formatos.png"); }
    html .menu .container .columna .img-compra {
      background-image: url("../img/compra.gif"); }
    html .menu .container .columna .img-usuarios {
      background-image: url("../img/usuarios.png"); }
    html .menu .container .columna .img-finanzas {
      background-image: url("../img/finanzas.gif"); }
    html .menu .container .columna .img-almacen {
      background-image: url("../img/almacen.png");
      background-size: 130% 100%;
      background-position-x: -20px;
      background-repeat: no-repeat; }
    html .menu .container .columna .img-rh {
      background-image: url("../img/personas.png");
      background-size: 90% 65%;
      background-position-y: 25px;
      background-position-x: 13px;
      background-repeat: no-repeat; }
    html .menu .container .columna .dropdown button {
      background: #7f8c8d;
      color: #fff;
      display: inline-block;
      font-size: 1.25em;
      padding: unset;
      width: 90%;
      text-align: center;
      text-decoration: none;
      width: 100%; }
    html .menu .container .columna .dropdown .rh {
      width: auto; }
    html .menu .container .columna .dropdown .dropdown-menu {
      background-color: #7f8c8d; }
      html .menu .container .columna .dropdown .dropdown-menu .dropdown-item {
        color: #fff !important;
        display: inline-block !important;
        font-size: 1.25em !important;
        text-align: center !important;
        text-decoration: none !important; }
  @media screen and (min-width: 1000px) {
    html .menu .container .extra {
      display: none; } }
  html .menu .container .columna-fh {
    margin-right: 30px; }
  html .menu .menuP {
    display: none; }
  html .menu .oceano {
    height: 212px;
    background-image: url("../img/Agua.gif");
    background-repeat: no-repeat;
    background-size: 100% 100%; }
    @media screen and (min-width: 1800px) {
      html .menu .oceano {
        height: 280px; } }
    html .menu .oceano .imagen {
      width: 100px;
      height: 100px;
      background-size: 100%;
      background-repeat: no-repeat; }
@media only screen and (max-width: 640px) and (orientation: portrait) {
  html body {
    background-color: #ffffff; }
    html body .acceso {
      background-image: none;
      border-radius: 0px; }
      html body .acceso .logo {
        background-image: url("../img/logo.png");
        background-position: center;
        background-size: contain; }
      html body .acceso #formlg {
        width: 200px; }
  html .menu #myupload .modal-dialog .modal-content .modal-body form #archivo {
    width: 200px !important;
    margin-bottom: 5px; }
  html .menu #myupload .modal-dialog .modal-content .modal-body form select {
    margin-bottom: 15px; }
  html .menu #myformatos {
    color: #000000; }
    html .menu #myformatos .modal-dialog {
      width: 95%; }
      html .menu #myformatos .modal-dialog .modal-content .modal-body {
        overflow: auto;
        overflow: scroll;
        max-height: 500px; }
        html .menu #myformatos .modal-dialog .modal-content .modal-body .cuerpo {
          margin: 0 auto; }
          html .menu #myformatos .modal-dialog .modal-content .modal-body .cuerpo ul li {
            list-style: none; }
      html .menu #myformatos .modal-dialog .modal-content .modal-footer {
        display: none; }
  html .menu .container {
    width: 90%;
    display: none; }
    html .menu .container .left {
      display: none; }
    html .menu .container .right {
      display: none; }
      html .menu .container .right .no-peque {
        display: none; }
      html .menu .container .right .columna {
        width: 45%;
        float: left;
        display: inline-block; }
        html .menu .container .right .columna a .imagen {
          max-width: 100%;
          min-width: 80%;
          min-height: 200px !important;
          background-size: contain !important;
          background-position: center; }
        html .menu .container .right .columna .dropdown {
          display: none; }
          html .menu .container .right .columna .dropdown .dropdown-menu {
            width: 100%;
            padding-left: 20px; }
        html .menu .container .right .columna .si-peque {
          display: block;
          margin-bottom: 100px; }
  html .menu .menuP {
    display: inline-block;
    margin-top: 20px;
    color: white;
    padding: 0px 0;
    text-align: center; }
    html .menu .menuP .container {
      display: inline-block; }
      html .menu .menuP .container .cuadro {
        margin: 20px 0; }
        html .menu .menuP .container .cuadro a {
          color: white; }
          html .menu .menuP .container .cuadro a label {
            font-size: 11px;
            width: 100px;
            height: 100px; }
            html .menu .menuP .container .cuadro a label i {
              width: 100%;
              font-size: 25px;
              margin: 15px 0; }
  html .menu .oceano {
    display: none; } }
@media only screen and (max-device-width: 1024px) and (orientation: landscape) {
  html .menu #myupload .modal-dialog .modal-content .modal-body form #archivo {
    width: 200px !important;
    margin-bottom: 5px; }
  html .menu #myupload .modal-dialog .modal-content .modal-body form select {
    margin-bottom: 15px; }
  html .menu #myformatos {
    color: #000000; }
    html .menu #myformatos .modal-dialog {
      width: 97%; }
      html .menu #myformatos .modal-dialog .modal-content .modal-body {
        overflow: auto;
        overflow: scroll;
        max-height: 500px; }
        html .menu #myformatos .modal-dialog .modal-content .modal-body .cuerpo {
          margin: 0 auto; }
          html .menu #myformatos .modal-dialog .modal-content .modal-body .cuerpo ul li {
            list-style: none; }
      html .menu #myformatos .modal-dialog .modal-content .modal-footer {
        display: none; } }
@media only screen and (max-device-width: 1024px) and (orientation: landscape) {
  html body {
    background-color: #ffffff; }
    html body .acceso {
      background-image: none;
      border-radius: 0px; }
      html body .acceso .logo {
        background-image: url("../img/logo.png");
        background-position: center;
        background-size: contain; }
      html body .acceso #formlg {
        width: 200px; }
  html .menu #myupload .modal-dialog .modal-content .modal-body form #archivo {
    width: 200px !important;
    margin-bottom: 5px; }
  html .menu #myupload .modal-dialog .modal-content .modal-body form select {
    margin-bottom: 15px; }
  html .menu #myformatos {
    color: #000000; }
    html .menu #myformatos .modal-dialog .modal-content .modal-body {
      overflow: auto;
      overflow: scroll;
      max-height: 500px; }
      html .menu #myformatos .modal-dialog .modal-content .modal-body .cuerpo {
        width: 100%;
        margin: 0 auto; }
        html .menu #myformatos .modal-dialog .modal-content .modal-body .cuerpo ul li {
          list-style: none;
          max-width: 300px;
          overflow: hidden; }
    html .menu #myformatos .modal-dialog .modal-content .modal-footer {
      display: none; }
  html .menu .container {
    width: 90%;
    display: none; }
    html .menu .container .left {
      display: none; }
    html .menu .container .right {
      display: none; }
      html .menu .container .right .no-peque {
        display: none; }
      html .menu .container .right .columna {
        width: 45%;
        float: left;
        display: inline-block; }
        html .menu .container .right .columna a .imagen {
          max-width: 100%;
          min-width: 80%;
          min-height: 200px !important;
          background-size: contain !important;
          background-position: center; }
        html .menu .container .right .columna .dropdown {
          display: none; }
          html .menu .container .right .columna .dropdown .dropdown-menu {
            width: 100%;
            padding-left: 20px; }
        html .menu .container .right .columna .si-peque {
          display: block;
          margin-bottom: 100px; }
  html .menu .menuP {
    display: inline-block;
    margin-top: 20px;
    color: white;
    padding: 0px 0;
    text-align: center; }
    html .menu .menuP .container {
      display: inline-block; }
      html .menu .menuP .container .cuadro {
        margin: 20px 0; }
        html .menu .menuP .container .cuadro a {
          color: white; }
          html .menu .menuP .container .cuadro a label {
            font-size: 11px;
            width: 100px;
            height: 100px; }
            html .menu .menuP .container .cuadro a label i {
              width: 100%;
              font-size: 25px;
              margin: 15px 0; }
  html .menu .oceano {
    display: none; } }

/*# sourceMappingURL=styles.css.map */
