@import url(contenido.css);
@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 {
  box-sizing: inherit;
}

* {
  margin: 0;
  padding: 0;
}

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

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

a {
  text-decoration: none;
}

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

/*----FINAL RESET CSS---*/
/*----GENERALES---*/
ul {
  list-style: none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  background-color: #fff;
  font-family: "nexa_lightregular", sans-serif;
  color: #000;
  margin: 0 auto;
  overflow-y: scroll;
  overflow-x: hidden;
}

.clear {
  clear: both;
}

a {
  text-decoration: none;
  color: #f09;
}

p {
  display: block;
}

/*---FINAL RESET CSS---*/
/*---HEADER---*/
header {
  background-image: url(../imagenes/background_header.png);
  background-repeat: repeat-x;
  background-position: center bottom;
}

header {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 3.5rem;
  margin: 0 auto;
  height: 20rem;
  position: relative;
  justify-content: center;
}
header .logos_top {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
header .logos_top img {
  width: auto;
  height: 6rem;
  margin: 1.5rem 3rem;
}
header .logo_hedear_ieem, header header .logo_hedear {
  display: block;
  margin: 0 auto;
}
header .logo_hedear_ieem {
  padding-right: 2rem;
  border-right: solid 1px #fff;
}
header .logo_hedear {
  padding-left: 0;
  border-left: solid 1px #000;
}
header .logo_hedear_sitio img {
  margin-left: 3rem;
  width: 80%;
}

/*---FINAL HEADER---*/
/*---NAVY REDES---*/
nav#redes {
  display: block;
  position: absolute;
  right: 1rem;
  bottom: 1.5rem;
}
nav#redes ul {
  display: block;
}
nav#redes ul li {
  display: block;
  float: left;
  list-style: none;
  padding-right: 1.5rem;
}
nav#redes ul li a {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
}
nav#redes ul li a.face {
  background-image: url(../imagenes/face_top.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
}
nav#redes ul li a.twitter {
  background-image: url(../imagenes/twitter_top.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
}
nav#redes ul li a.youtube {
  background-image: url(../imagenes/youtube_top.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  padding-right: 0px;
}
nav#redes ul li a.whatsapp {
  background-image: url(../imagenes/whatsapp_top.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  padding-right: 0px;
}
nav#redes ul li a:hover {
  opacity: 0.9;
}

@media screen and (max-width: 575px) {
  nav#redes {
    display: none;
  }
}
/*---FINAL NAVY REDES---*/
/*---NAVY PRINCIPAL---*/
#btn-menu, #menu-toogle {
  display: none;
}

label.navy-left-label {
  display: none;
}

nav#prime {
  display: block;
  width: 100%;
  height: 5rem;
  margin: 0 auto;
  position: relative;
  background-color: #f09;
}
nav#prime .vicitas_txt {
  display: flex;
  flex-direction: row-reverse;
  padding-right: 20px;
  color: #fff;
  height: 100%;
  align-items: center;
}
nav#prime .vicitas_txt span {
  font-family: "HomepageBaukasten-Bold";
}
nav#prime ul {
  display: flex;
  width: 100%;
  max-width: 1280px;
  position: relative;
  margin: 0 auto;
  height: 5rem;
  text-align: center;
  background-image: url(../images/layout/background_header.png);
  background-repeat: repeat-x;
  background-position: center top;
}
nav#prime ul li {
  width: 25%;
  margin-top: 0;
  text-align: center;
  list-style: none;
  background-color: #f09;
}
nav#prime ul li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: 300;
  text-decoration: none;
}
nav#prime ul li:hover {
  background-color: transparent;
  /*background-color:#671773;*/
  text-decoration: underline;
}
nav#prime ul ul {
  display: none;
  position: absolute;
  height: auto;
  top: 5rem;
  width: 100%;
  left: 0;
  margin: 0 auto;
  background-color: rgba(48, 6, 86, 0.9);
  background-image: none;
  height: auto;
  z-index: 50;
}
nav#prime ul ul li {
  width: 25%;
  float: left;
  height: auto;
  color: #FFF;
  margin: 0;
  padding: 0;
  background-color: transparent;
}
nav#prime ul ul li a {
  font-weight: 300;
  margin: 0 auto;
  padding: 2rem;
  background-color: transparent;
}
nav#prime ul ul li a:hover {
  background-color: transparent;
}
nav#prime ul ul li:hover {
  background-color: transparent;
}

/*--FINAL NAVY PRINCIPAL--*/
/*--MAIN--*/
main {
  display: block;
  width: 100%;
  margin: 0 auto;
  min-height: 100%;
  height: auto;
}
main #full {
  display: block;
  width: 100%;
  max-width: 1280px;
  padding-right: 0%;
  margin: 0 auto;
}
main #full .aviso_content {
  display: block;
  float: left;
  width: 25%;
  height: 200px;
  position: relative;
  z-index: 5;
  overflow: hidden;
}
main #full .aviso_content .aviso_content_2 {
  display: block;
  float: left;
  width: 25%;
  height: 200px;
  position: relative;
  z-index: 5;
  overflow: hidden;
  background-color: #BBC8CE;
}
main nav {
  display: block;
  float: left;
  width: 25%;
}
main .bienvenida {
  display: block;
  float: left;
  width: 100%;
  padding: 50 5% 100 5%;
  background-color: #7A61BF;
}
main #accesos {
  display: block;
  width: 100%;
  max-width: 1280px;
}
main aside {
  display: block;
  float: right;
  width: 25%;
  margin-top: 25px;
  padding: 25px;
  color: #fff;
  font-size: 0.9em;
}

.categoria {
  display: block;
  width: 100%;
  margin: 50 0;
  text-align: justify;
}

#contenedor {
  display: block;
  width: 96%;
  max-width: 1280px;
  margin: 5rem auto 0 auto;
  position: relative;
  overflow: hidden;
}

.nav_left {
  display: block;
  float: left;
  width: 30%;
  min-height: 60rem;
  background-color: #EDEDEC;
  border-top: solid 10 #f09;
}

#medio {
  display: block;
  float: right;
  width: 70%;
  padding: 0 0 0 3rem;
  margin-bottom: 7rem;
  text-align: justify;
  position: relative;
}

#medio_full {
  display: block;
  width: 100%;
  padding: 0 0 0 3rem;
  margin-bottom: 7rem;
  text-align: justify;
  position: relative;
}

#medio_left {
  display: block;
  float: left;
  width: 70%;
  padding: 0 0 0 3rem;
  margin-bottom: 7rem;
  text-align: justify;
  position: relative;
}

/*------FINAL MAIN----*/
/*--FOOTER--*/
footer {
  display: 96%;
  margin: 5rem 2% 5rem 2%;
  border-top: solid 1px #395967;
}
footer section {
  display: block;
  width: 100%;
  margin: 2.5rem auto 0 auto;
  height: 15rem;
}
footer section a.ieem_bottom {
  display: block;
  width: auto;
  height: 50px;
  text-align: center;
  margin: 0 auto 5rem auto;
}
footer section a.ieem_bottom img {
  display: block;
  height: 150%;
  margin: 0 auto;
}
footer section article.content_footer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
}
footer section p {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #566770;
  margin: 0.5rem 0;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  font-size: 1.2rem;
}
footer section p img {
  display: block;
  width: 2.3rem;
  height: 2.3rem;
  float: left;
  margin-right: 0.4rem;
}
footer section p a:hover img {
  opacity: 0.5;
}
footer section p.coe img {
  display: block;
  width: auto;
  height: 2.3rem;
  float: left;
  margin-right: 0.4rem;
}
footer section p.direccion {
  display: block;
  width: 100%;
  margin: 0.5rem 1rem;
}
footer section p.face_youtube {
  width: 13rem;
  text-align: right !important;
  padding: 0;
  float: left;
  margin: 0.5rem 1rem;
}
footer section p.tweeter_instagram {
  width: 10.5rem;
  text-align: left;
  padding: 0;
  float: left;
  margin: 0.5rem 1rem;
}
footer section p.coe {
  width: 15rem;
  text-align: left;
  padding: 0px;
  float: left;
  margin: 0.5rem 1rem;
}
footer section p.whatapp {
  width: 12rem;
  text-align: left;
  padding: 0px;
  float: left;
  margin: 0.5rem 1rem;
}
footer section p.mail {
  width: 15rem;
  text-align: left;
  padding: 0;
  float: left;
  margin: 0.5rem 1rem;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 15px;
  }
  main section#full .aviso_content, main section#full .aviso_content_2 {
    float: none;
    width: 50%;
    float: left;
    height: 200px;
    position: none;
  }
}
@media screen and (max-width: 575px) {
  header .logos_top {
    flex-wrap: wrap;
  }
  header .logos_top img {
    height: 5rem;
    margin: 1.5rem auto;
  }
  /*
    header .logo_hedear_ieem {
        border-right: 0px;
    }
    header .logo_hedear_sitio img{
        margin-left:0px;
        width:100%;
    }
    #contacto {
        display:none;
      }
    nav#redes{
        display:none;
  }
  /*menu
    label.navy-left-label {

        display: none;
        cursor:pointer;
        position:absolute;
        z-index: 20;
        right: -10px;
        top:0px;
        width: 40px;
        height: 40px;
        margin: 10px 20px;
    }
    #btn-menu:checked ~ nav#prime {
        transform: translateX(0%);
    }
    #btn-menu:checked ~ .navy-left-label div {
        background-color: #fff;
    }
    .navy-left-label div {
        width: 30px;
        height: 3px;
        background-color: #9F248F;
        margin: 5px auto;

      }
    nav#prime ul li:hover ul li a{
        height: 50px;
    }
    nav#prime {
        display: none;
        position: absolute;
        top:0px;
        left:0px;
        width:100%;
        transform: translateX(-100%);
        transition: all 0.3s;
        height:100%;
        padding: 50px 0px 0px 0px;
          z-index:10;
        letter-spacing:
    }
    nav#prime ul{
        display:block;
        height:auto;
        top:0px;
    }
    nav#prime ul ul.sub_nav{
    display:none;
  }
    nav#prime ul li{ 
        display: inline-block;
        width:100%;
        height:auto;
        height:100%;
        margin-top:0px;
    }

    nav#prime ul li a{
        display: block;
        vertical-align: inherit;
        padding:15px 0px 0px 20px;
        height: 50px;
        text-align: left;
    }
    nav#prime ul li span{
        display: block;
        vertical-align: inherit;
        padding:15px 0px 0px 20px;
        height: 50px;
        text-align: left;
    }
    nav#prime ul li ul{
        display:none;
        position: static;
        background-color: #1E4353;
        opacity: 1;
    }
    nav#prime ul li ul li{
        float: inherit;
        width:100%;
        height:50px;
        display: block;
    }
    nav#prime ul  ul li a{
        width: 100%;
        padding:18px 0px 0px 35px;
    }
    nav#prime ul  ul li a:hover{
        text-decoration: underline;
    }
    .triangulo_up {
      z-index:0;
    }
    /*---main---*/
  .categoria {
    padding: 0px 15px;
  }
  main section {
    display: block;
    float: left;
    width: 100%;
    padding-right: 0%;
  }
  main aside {
    display: none;
  }
  main section#full .aviso_content, main section#full .aviso_content_2 {
    float: none;
    width: 100%;
    height: 200px;
    position: relative;
  }
}/*# sourceMappingURL=layout_ok.css.map */