@charset "UTF-8";
@font-face {
  font-family: 'HomepageBaukasten-Bold';
  src: url("../fonts/HomepageBaukasten-Bold.eot");
  src: url("../fonts/HomepageBaukasten-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/HomepageBaukasten-Bold.woff2") format("woff2"), url("../fonts/HomepageBaukasten-Bold.woff") format("woff"), url("../fonts/HomepageBaukasten-Bold.ttf") format("truetype");
}

@font-face {
  font-family: 'nexa_boldregular';
  src: url("../fonts/nexa_bold-webfont.woff2") format("woff2"), url("../fonts/nexa_bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'nexa_lightregular';
  src: url("../fonts/nexa_light-webfont.woff2") format("woff2"), url("../fonts/nexa_light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/*----RESET CSS---*/
*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-size: 1.6rem;
  /* 1rem = 10px */
  line-height: 1.5;
}

a {
  text-decoration: none;
}

html, body {
  height: 100%;
  min-height: 100%;
}

/*----FINAL RESET CSS---*/
/*----GENERALES-----*/
h1, h2, h3, h4, h5 {
  color: #f09;
  font-family: 'HomepageBaukasten-Bold';
}

a {
  color: #f09;
}

table.general {
  width: 100%;
  overflow: scroll;
}

table.general tr td {
  border-bottom: solid 1px #000;
  padding: 1rem;
}

table.general tr th {
  background-color: #4e2c75;
  padding: 1rem;
  color: #fff;
  text-align: left;
}

ul.menu_videos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px auto;
  width: 100%;
}

ul.menu_videos li {
  width: 30%;
  overflow: hidden;
}

ul.menu_videos li img {
  width: 100%;
  height: auto;
}

/*----HEADER-----*/
body {
  background-image: url(../imagenes/background-body-01.svg);
  background-position: left bottom;
  background-repeat: no-repeat;
  font-family: 'nexa_lightregular';
  background-size: 50% auto;
  background-attachment: fixed;
}

@media (max-width: 768px) {
  body {
    background-size: 100% auto;
  }
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

header .logo_eleccion {
  padding-left: 3rem;
}

header .logo_ieem_top {
  margin-left: auto;
}

@media (max-width: 768px) {
  header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  header .logo_eleccion {
    padding-top: 3rem;
  }
}

/*---MAIN----*/
main {
  padding: 3rem;
}

main .contenedor__uno {
  text-align: justify;
  margin-bottom: 4rem;
}

main .contenedor__uno h3 {
  margin: 1rem 0;
  text-align: center;
}

main h2 {
  font-family: 'nexa_boldregular';
  color: #505356;
  border-left: solid 0.5rem #f09;
  padding-left: 1rem;
  margin-bottom: 2rem;
}

main h2.titulo_red {
  font-family: 'nexa_boldregular';
  color: #505356;
  border-left: solid 0.5rem #f09;
  padding-left: 1rem;
  margin-bottom: 2rem;
  font-size: 2rem;
}

.menu_videos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 2rem;
}

.menu_videos li {
  display: block;
  width: 20rem;
  padding: 1rem;
  font-size: 1.5rem;
}

.menu_videos img {
  width: 100%;
  height: auto;
}

/*--- divs colaps ---*/
.menu_interno {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.menu_interno li {
  width: 40%;
  background-color: #4e2c75;
  text-align: center;
  border-radius: 1rem;
}

.menu_interno li a {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  padding: 5px 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 768px) {
  .menu_interno li {
    width: 100%;
  }
}

.box_slide {
  display: block;
  cursor: pointer;
  padding: 15px 0px;
}

.box_slide_top {
  cursor: pointer !important;
  border-top: 0px;
  padding: 0px 0px 25px 0px;
}

.slide {
  display: none;
  margin-bottom: 10px;
}

.triangulo_up {
  position: relative;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: 100ms;
  transition: 100ms;
  font-size: .6em;
  margin-right: 5px;
  z-index: 0;
  top: 2px;
}

.triangulo_up-triangle-top:before {
  content: "\e252";
}

.triangulo_up-triangle-down:before {
  content: "\e253";
  color: #F09;
}

.triangulo_down {
  top: 5px;
  color: #F09;
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}

div.logos_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 2rem 0px;
}

div.logos_header img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 50px;
  margin: 0px 20px;
}

img.logo_rednacional {
  display: block;
  width: 90%;
  height: auto;
  margin: 5rem auto;
}

.botonera {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 2rem 0px;
}

.botonera a {
  width: 48%;
  text-align: center;
  background-color: #724d9c;
  padding: 1rem;
  border-radius: 1rem;
  color: #fff;
}

.documentacion {
  display: block;
  float: left;
  width: 48%;
  border: solid 1px #b9b9b9;
  background: rgba(249, 249, 249, 0.7);
  border-radius: 10px;
  margin-bottom: 25px;
  text-align: left;
  position: relative;
  float: left;
  margin: 10px 1% 30px 1%;
}

.documentacion h3.title_srn {
  display: block;
  width: 100%;
  border-bottom: solid 1px #b9b9b9;
  padding: 10px;
  background-image: url(../imagenes/logoINE_blanco.png);
  background-color: #624586;
  color: #fff;
  font-family: 'nexa_lightregular', sans-serif;
  font-weight: 100;
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: auto 30px;
  color: #fff;
  background-color: #624586;
  padding: 5px 5px 5px 70px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-size: .9em;
}

.documentacion h3.title_morado {
  display: block;
  font-family: 'nexa_lightregular';
  width: 100%;
  left: 0px;
  top: 0px;
  padding: 10px 30px;
  background-color: #624586;
  color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-size: .9em;
}

.documentacion ul {
  display: block;
  list-style: none;
  padding: 10px  20px;
}

.documentacion ul li {
  color: #b9baba;
  clear: both;
  margin: 15px 0px;
}

.documentacion ul li span {
  display: block;
  width: 30px;
  height: 25px;
  background-color: #fff;
  border: solid 1px #b9b9b9;
  border-radius: 3px;
  float: left;
  margin-right: 10px;
  background-image: url(../imagenes/descargar.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 15px;
}

.documentacion ul li span.video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 25px;
  background-color: #fff;
  border: solid 1px #b9b9b9;
  border-radius: 3px;
  float: left;
  margin-right: 10px;
  background-image: url(../imagenes/video.gif);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 15px;
}

.documentacion ul li a {
  color: #ff0099;
}

.documentacion ul li a:hover {
  color: #4e2c75;
  text-decoration: underline;
}

a.registro_abierto, a.instructivo_abierto, a.instructivo_srn, a.instructivo_srn_inactivo, a.instructivo_tutorial, a.instructivo_inactivo, a.web-site_abierto, a.infografia, a.guia {
  display: block;
  width: 48%;
  padding: 10px 5px 10px 60px;
  margin: 10px 1%;
  background-repeat: no-repeat;
  background-position: 17px center;
  background-size: auto 25px;
  color: #fff;
  background-color: #624586;
  border-radius: 7px;
  position: relative;
  -webkit-transition: all .2s;
  transition: all .2s;
  float: left;
}

a.registro_abierto {
  background-image: url(../imagenes/registro.png);
  overflow: hidden;
  padding: 5px 55px 5px 45px;
}

a.instructivo_inactivo {
  background-image: url(../imagenes/instructivo_inactivo.png);
  overflow: hidden;
  padding: 5px 55px 5px 60px;
  color: #624586;
  cursor: none;
}

a.web-site_abierto {
  background-image: url(../imagenes/web_site.png);
  overflow: hidden;
  padding: 5px 55px 5px 60px;
}

a.infografia {
  background-image: url(../imagenes/infografia.png);
  overflow: hidden;
  padding: 5px 55px 5px 60px;
}

a.guia {
  background-image: url(../imagenes/guia.png);
  overflow: hidden;
  padding: 5px 55px 5px 60px;
}

a.registro_cerrado {
  display: block;
  width: 100%;
  padding: 10px 5px 10px 60px;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-position: 8px center;
  background-size: auto 25px;
  color: #6e0f45;
  background-color: #a91580;
  border: solid 1px #DA3485;
  border-radius: 7px;
  position: relative;
  -webkit-transition: all .2s;
  transition: all .2s;
  cursor: none;
}

h3.subtitulos {
  display: block;
  padding: 0px 15px;
  font-size: 1em;
  font-weight: bold;
}

a.registro_cerrado span.cerrado {
  display: block;
  width: 50px;
  height: 100%;
  background-color: #6e0f45;
  position: absolute;
  right: 0px;
  top: 0px;
  background-image: url(../imagenes/cerrado.png);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all .2s;
  transition: all .2s;
}

a.registro_cerrado {
  background-image: url(../imagenes/registro_cerrado.png);
  overflow: hidden;
  padding: 5px 55px 5px 45px;
}

a.instructivo_abierto {
  background-image: url(../imagenes/instructivo.png);
  padding: 10px 5px 10px 60px;
}

a.instructivo_srn_inactivo {
  background-image: url(../imagenes/logoINE_blanco_inactivo.png);
  background-position: 8px center;
  color: #624586;
  cursor: none;
}

a.instructivo_srn {
  background-image: url(../imagenes/logoINE_blanco.png);
  background-position: 8px center;
  padding: 10px 5px 10px 60px;
}

a.instructivo_tutorial {
  background-image: url(../imagenes/video.svg);
  background-position: 14px center;
  padding: 10px 5px 10px 60px;
}

a.registro_abierto span.abierto {
  display: block;
  width: 50px;
  height: 100%;
  background-color: #8f6a95;
  position: absolute;
  right: 0px;
  top: 0px;
  background-image: url(../imagenes/abierto.png);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.link_externo {
  display: block;
  width: 100%;
  border: solid 1px #b9b9b9;
  background: rgba(249, 249, 249, 0.7);
  border-radius: 10px;
  margin-bottom: 25px;
}

.link_externo h3.title {
  display: block;
  width: 100%;
  border-bottom: solid 1px #b9b9b9;
  padding: 10px;
  color: #5d5f60;
}

.link_externo ul {
  display: block;
  list-style: none;
}

.link_externo ul li {
  color: #b9baba;
  clear: both;
  margin: 15px 0px;
}

.link_externo ul li span {
  display: block;
  width: 30px;
  height: 25px;
  background-color: #fff;
  border: solid 1px #b9b9b9;
  border-radius: 3px;
  float: left;
  margin-right: 10px;
  background-image: url(../imagenes/link_externo.gif);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 15px;
}

.documentacion ul li span.externo {
  display: block;
  width: 30px;
  height: 25px;
  background-color: #fff;
  border: solid 1px #b9b9b9;
  border-radius: 3px;
  float: left;
  margin-right: 10px;
  background-image: url(../imagenes/link_externo.gif);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 15px;
}

.link_externo ul li a {
  color: #ff0099;
}

.link_externo ul li a:hover {
  color: #4e2c75;
  text-decoration: underline;
}

hr {
  border: none;
  border-bottom: solid 1px #ccc;
  margin: 25px 0px;
}

/*------------- PIE -------------*/
footer {
  display: block;
  margin: 50px 5% 150px 5%;
  padding: 0px 10%;
  width: 90%;
  max-width: 1280px;
  border-top: solid 1px #ccc;
}

footer section {
  display: block;
  width: 100%;
  margin: 25px auto 0px auto;
}

footer section article.contactos p {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  color: #858585;
  margin-bottom: 25px;
}

footer section article.contactos a.aviso {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  margin-bottom: 25px;
}

footer section a.ieem_bottom {
  display: block;
  width: auto;
  height: 50px;
  text-align: center;
  margin: 0px auto 50px auto;
}

footer section a.ieem_bottom img {
  display: block;
  height: 150%;
  margin: 0px auto;
}

footer section article.content_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 50px auto 0px auto;
}

footer section p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #858585;
  margin: 5px 0px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  font-size: 16px;
}

footer section p img {
  display: block;
  width: 40px;
  height: 40px;
  float: left;
  margin-right: 4px;
}

footer section p.coe img {
  display: block;
  width: auto;
  height: 40px;
  float: left;
  margin-right: 7px;
}

footer section p a:hover img {
  opacity: .5;
}

footer section p.direccion {
  display: block;
  width: 100%;
  margin: 5px 10px;
}

footer section p.face_youtube {
  width: 180px;
  text-align: right !important;
  padding: 0px;
  float: left;
  margin: 5px 10px;
}

footer section p.tweeter_instagram {
  width: 150px;
  text-align: left;
  padding: 0px;
  float: left;
  margin: 5px 10px;
}

footer section p.coe {
  width: 220px;
  text-align: left;
  padding: 0px;
  float: left;
  margin: 5px 10px;
}

footer section p.whatapp {
  width: 170px;
  text-align: left;
  padding: 0px;
  float: left;
  margin: 5px 10px;
}

footer section p.mail {
  width: 150px;
  text-align: left;
  padding: 0px;
  float: left;
  margin: 5px 10px;
}

.nav_left {
  position: absolute;
  width: 25%;
  height: 100%;
  min-height: 1000%;
  left: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
  font-weight: 300;
  border-top: solid 3rem #f09;
  background-color: #EAEAEA;
}

.nav_left ul {
  padding: 2rem;
  list-style: none;
  font-weight: bold;
}

.nav_left ul li {
  display: block;
  padding: 1.5rem 0;
  border-bottom: solid 1px #ccc;
}

.nav_left ul li ul li.sin-linea {
  border-bottom: none;
}

.nav_left ul li a {
  font-size: 1.8rem;
}

.checkbox:checked ~ .nav_left {
  left: -25%;
}

#medio {
  width: 75%;
  margin-left: 25%;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.checkbox:checked ~ #medio {
  margin-left: 0;
  width: 100%;
}

.checkbox {
  display: none;
}

.video {
  display: block;
  width: 100%;
  height: 500px;
}

.sub_h2 {
  font-size: 2rem;
  font-weight: 100;
}

.menu-toogle {
  display: block;
  position: absolute;
  width: 3rem;
  height: 3rem;
  line-height: 1.1;
  text-align: center;
  left: 25%;
  background-color: #f09;
  -webkit-transition: all .5s;
  transition: all .5s;
  z-index: 5;
  cursor: pointer;
}

.menu-toogle::before {
  content: "☰";
  font-size: 2.9rem;
  color: white;
}

/*
.menu-toogle::after {
    content:" MENU ";
    font-size:1.2rem;
    padding-right: 1rem;
    color:white;
    position: relative;
    top: -.4rem;
}*/
.checkbox:checked ~ .menu-toogle {
  left: -0%;
}

.menu_partidos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
}

.menu_partidos li {
  margin: 2rem;
}

.menu_partidos li img {
  width: 5rem;
  height: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.menu_partidos li a {
  padding: 0;
}

.menu_partidos li img:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 768px) {
  .nav_left {
    width: 80%;
    z-index: 50;
  }
  .checkbox:checked ~ .nav_left {
    left: -80%;
  }
  #medio {
    width: 100%;
    margin-left: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  .checkbox:checked ~ #medio {
    margin-left: 0;
    width: 100%;
  }
  .checkbox {
    display: none;
  }
  .menu-toogle {
    display: block;
    position: absolute;
    width: 3rem;
    height: 3rem;
    line-height: 1.1;
    text-align: center;
    left: 80%;
    background-color: #f09;
    -webkit-transition: all .5s;
    transition: all .5s;
    z-index: 5;
    cursor: pointer;
  }
  .menu-toogle::before {
    content: "☰";
    font-size: 2.9rem;
    color: white;
  }
  .checkbox:checked ~ .menu-toogle {
    left: -0%;
  }
  .documentacion {
    display: block;
    width: 100%;
    border: solid 1px #b9b9b9;
    background: rgba(249, 249, 249, 0.7);
    border-radius: 10px;
    margin-bottom: 25px;
    text-align: left;
    position: relative;
    float: left;
    margin: 20px 0px 30px 0px;
  }
  a.registro_abierto, a.instructivo_abierto, a.instructivo_srn, a.instructivo_srn_inactivo, a.instructivo_tutorial, a.instructivo_inactivo, a.web-site_abierto, a.infografia, a.guia {
    display: block;
    width: 100%;
    padding: 10px 5px 10px 60px;
    margin: 10px 0px;
    background-repeat: no-repeat;
    background-position: 17px center;
    background-size: auto 25px;
    color: #fff;
    background-color: #624586;
    border-radius: 7px;
    position: relative;
    -webkit-transition: all .2s;
    transition: all .2s;
    float: left;
  }
  div.logos_header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  div.logos_header img {
    margin: 2rem 20px;
  }
}
/*# sourceMappingURL=layout.css.map */