@charset "UTF-8";
/* CSS Document */
body {
  padding-top: 50px;
  width: 100%;
  height: 100%;
  background-image: url(/images/fondos/imagenp1.jpg);
  background-color: #ccc;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: #464646;
}

/*para pie de pag debajo*/
html,
body {
  height: 100%;
}

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a:link {
  color: #fff;
}
a:link {
  text-decoration: none;
}
a:visited {
  color: #fff;
}
a:active {
  color: #fff;
}
a:hover {
  color: #fff;
}

#piepagina {
  width: 100%;
  height: 50px;
  position: absolute;
  text-align: center;
  background-color: #0e0e0e;
  font-size: 13px;
  font-family: Verdana, Geneva, sans-serif;
  font-style: normal;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 8em;
}

/* Responsive Texto y interiores*/
.content {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;

  /*para pie de pag debajo*/
  min-height: 90%;
  height: auto !important;
  height: 90%;
  margin: 0 auto -0em;
  width: 100%;
}

/*prueba pie pagina*/
html,
body {
  height: 100%;
}

header nav {
  display: block;
  text-align: right;
  max-width: 1500px;
  width: 100%;
  margin: 20px auto;
  z-index: 1000;
}

.social {
  padding-top: 20px;
  width: 100%;
  height: 20px;
  position: absolute; /* antes fixed */
  top: 0;
  left: 0px;
  padding-right: 15px;
  text-align: right;
  text-decoration: none;
  color: #fff;
  z-index: 1;
}

.logotexto {
  margin-top: 85px;
  margin-left: 20px;
  display: block;
  width: 200px;
  height: 40px;
  position: absolute; /* antes fixed */
  top: 0;
  left: 0px;
  font-family: Verdana, Geneva, sans-serif;
  font-style: normal;
  font-size: 24px;
  color: #fff;
  text-align: left;
  text-decoration: none;
  z-index: 20;
}

.logotextoinferior {
  margin-top: 109px;
  margin-left: 22px;
  display: block;
  width: 200px;
  height: 4px;
  position: absolute; /* antes fixed */
  top: 0;
  left: 0px;
  z-index: 3;
  font-family: Verdana, Geneva, sans-serif;
  font-style: normal;
  font-size: 9px;
  color: #fff;
  text-align: left;
  text-decoration: none;
  letter-spacing: 3.7px;
}

.menu_bar .bt-menu {
  display: none;
}

header {
  width: 100%;
  z-index: 1;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 15px;
}

header nav ul {
  list-style: none;
}

header nav ul li {
  text-align: left;
  display: inline-block;
  position: relative;
}

header nav ul li:hover {
  background: #6cf;
}

header nav ul li a {
  color: #fff;
  display: block;
  text-decoration: none;
  padding: 20px;
}

header nav ul li a span {
  margin-right: 10px;
}

header nav ul li:hover .children {
  display: block;
}

header nav ul li .children {
  display: none;
  background: #3cf;
  position: absolute;
  width: 150%;
  /* Por encima de otros elementos posicionados de la home (#link-changelog-wrapper
     usa z-index: 100). El desplegable debe quedar siempre al frente. */
  z-index: 1000;
}

header nav ul li .children li {
  display: block;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

header nav ul li .children li a {
  display: block;
}

header nav ul li .children li a span {
  float: right;
  position: relative;
  top: 3px;
  margin-right: 0;
  margin-left: 10px;
}

header nav ul li .caret {
  position: relative;
  top: 3px;
  margin-left: 10px;
  margin-right: 0px;
}

.transpagris {
  margin-top: 0px;
  display: block;
  width: 100%;
  height: 130px;
  position: absolute;
  top: 0;
  left: 0px;
  text-align: left;
  background: rgba(0, 0, 0, 0.5);
  z-index: -5;
}

@media screen and (max-width: 920px) {
  .content {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;

    /*para pie de pag debajo*/
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -0em;
  }

  body {
    padding-top: 60px;
    width: 100%;
    height: 100%;
    background-image: url(/images/fondos/imagenp1.jpg);
    /* Desplazamiento lateral parametrizable solo en móvil (var fijada por JS,
       0px por defecto -> calc(50% + 0px) = centrado). */
    background-position: calc(50% + var(--bg-offset-x, 0px)) center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #464646;
  }

  .menu_bar {
    display: block;
    /* width: 100%; */
    height: 122px;
    position: absolute;
    top: 0px;
    left: 0px;
  }

  .menu_bar .bt-menu {
    display: block;
    padding: 20px;
    color: #fff;
    overflow: hidden;
    font-size: 26px;
    font-family: Verdana, Geneva, sans-serif;
    text-align: center;
    text-decoration: none;
    position: absolute;
    z-index: 1;
  }

  /*icono menu*/
  .menu_bar span {
    float: left;
    font-size: 20px;
  }

  header nav {
    width: 100%;
    height: 100%;
    position: fixed;
    right: 100%;
    margin: 0;
    overflow: scroll;
    background: #3cf;
  }

  header nav ul li {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }

  header nav ul li a {
    display: block;
  }

  header nav ul li:hover .children {
    display: none;
  }

  header nav ul li .children {
    width: 100%;
    position: relative;
  }

  header nav ul li .children li a {
    margin-left: 20px;
  }

  header nav ul li .caret {
    float: right;
  }

  .transpagris {
    margin-top: 0px;
    display: block;
    width: 100%;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0px;
    text-align: left;
    background: rgba(0, 0, 0, 0.5);
  }

  .logotexto {
    margin-top: 14px;
    margin-left: 0px;
    display: block;
    width: 100%;
    height: 40px;
    position: absolute; /* antes fixed */
    top: 0;
    left: 0px;
    font-family: Verdana, Geneva, sans-serif;
    font-style: normal;
    font-size: 24px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    z-index: 0;
  }

  .logotextoinferior {
    margin-top: 38px;
    margin-left: 2px;
    display: block;
    width: 100%;
    height: 4px;
    position: absolute;
    top: 0;
    left: 0px;
    font-family: Verdana, Geneva, sans-serif;
    font-syle: normal;
    font-size: 9px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    z-index: 0;
  }
}
#content .Estilo9 {
  text-align: left;
}

@media screen and (max-width: 430px) {
  .content {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;

    /*para pie de pag debajo*/
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -0em;
  }

  body {
    padding-top: 60px;
    width: 100%;
    height: 100%;
    background-image: url(/images/fondos/imagenp1.jpg);
    /* Desplazamiento lateral parametrizable solo en móvil (var fijada por JS,
       0px por defecto -> calc(50% + 0px) = centrado). */
    background-position: calc(50% + var(--bg-offset-x, 0px)) center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #464646;
  }
  .menu_bar {
    display: block;
    /* width: 100%; */
    height: 122px;
    position: absolute;
    top: 0px;
    left: 0px;
  }

  .menu_bar .bt-menu {
    display: block;
    padding: 20px;
    color: #fff;
    overflow: hidden;
    font-size: 26px;
    font-family: Verdana, Geneva, sans-serif;
    text-align: center;
    text-decoration: none;
    position: absolute;
    z-index: 1;
  }

  /*icono menu*/
  .menu_bar span {
    float: left;
    font-size: 20px;
  }

  header nav {
    width: 100%;
    height: 100%;
    position: fixed;
    right: 100%;
    margin: 0;
    overflow: scroll;
    background: #3cf;
  }

  header nav ul li {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }

  header nav ul li a {
    display: block;
  }

  header nav ul li:hover .children {
    display: none;
  }

  header nav ul li .children {
    width: 100%;
    position: relative;
  }

  header nav ul li .children li a {
    margin-left: 20px;
  }

  header nav ul li .caret {
    float: right;
  }

  .transpagris {
    margin-top: 0px;
    display: block;
    width: 100%;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0px;
    text-align: left;
    background: rgba(0, 0, 0, 0.5);
  }

  .logotexto {
    margin-top: 15px;
    margin-left: 55px;
    display: block;
    width: 80%;
    height: 40px;
    position: absolute; /* antes fixed */
    top: 0;
    left: 0px;
    font-family: Verdana, Geneva, sans-serif;
    font-style: normal;
    font-size: 24px;
    color: #fff;
    text-align: left;
    text-decoration: none;
    z-index: 0;
  }

  .logotextoinferior {
    margin-top: 39px;
    margin-left: 56px;
    display: block;
    width: 80%;
    height: 4px;
    position: absolute;
    top: 0;
    left: 0px;
    font-family: Verdana, Geneva, sans-serif;
    font-syle: normal;
    font-size: 9px;
    color: #fff;
    text-align: left;
    text-decoration: none;
    z-index: 0;
  }
}
