@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---*/
*{
	margin: 0;
	padding: 0;
	box-sizing:border-box;
}
hr {
    border: none;
    border-bottom: 1px solid #000;
}
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:0px auto;
	overflow-y: scroll;
    overflow-x: hidden;
    background-image: url(../imagenes/background-body-top.png);
    background-repeat: repeat-x;
    background-position: top left;  
}
.clear {
	clear: both;
}
html, body{
    height: 100%;
	min-height: 100%;
 	position: relative;
}

a {
	text-decoration:none;
	color:#f09;
}
p {
	display:block;
}
a.importante {
    font-size: 1.3em;
    font-family: 'nexa_boldregular', sans-serif;
}
/*---FINAL RESET CSS---*/

/*----HEADER----*/
header {
    display: block;
    margin: 0px auto;
    width: 100%;
    max-width:1280px;
    padding-top: 120px;
}
header section{
    display: block;
    float: left;
}
header a{
    display: block;
    float: left;
    margin-right: 30px;
    margin-left: 30px;
    margin-top: 22px;
}
/*---- MAIN ----*/
main {
    display: block;
    margin: 25px auto 0px auto;
    width: 100%;
    max-width:1280px;
    background-color: #DDE1E4;
}
main section.left {
    display: block;
    width: 65%;

    min-height: 1100px;
    height: 100%;
    float: left;
    padding: 30px;
    background-color: #EBEFF2;
}
main section.left article{
    display: block;
    width: 100%;
    padding: 20px;
    background-color: #fff;
    margin-bottom: 30px;
    -webkit-box-shadow: 7px 7px 17px -8px rgba(0,0,0,0.75);
    -moz-box-shadow: 7px 7px 17px -8px rgba(0,0,0,0.75);
    box-shadow: 7px 7px 17px -8px rgba(0,0,0,0.75);
}
main section.right {
    display: block;
    width: 35%;
    float: left;
    height: 100%;
    min-height: 100%;
    padding: 30px 20px 30px 20px;
    min-height: 100%;
    background-color: #DDE1E4;
    background-image: url(../imagenes/background-right.png);
    background-position: top right;
    background-repeat: repeat-y;
}
main section.right p{
    color:#5D5F60;
}
main section.right p.strong{
    color:#5D5F60;
    font-family: 'nexa_boldregular', sans-serif;
}
main section.right p span{
    background-color:#0096A2;
    padding:0px 5px;
    color:#fff;
}

/*-------------------- CONTENIDO --------------------------*/
h1 {
    display: block;
    float: right;
    font-size:2em;
    color:#652D90;
    margin-bottom: 30px;
    font-family: 'HomepageBaukasten-Bold', sans-serif;
    text-align: right;
    margin-right: 30px;
}
h1 span.span_1{
    color:#f09;
    display: block;
}
h1 span.span_2{
    color:#616161;
    display: block;
    font-size: .7em;
    font-weight: 100;
    font-family: 'nexa_lightregular';
    letter-spacing: .1em;
}
h2 {
    font-size:1.1em;
    color:#f09;
    margin-bottom: 15px;
    font-family: 'nexa_boldregular', sans-serif;
}
h3 {
    font-size:1em;
    margin-bottom: 5px;
    color:#31393F;
    font-family: 'nexa_boldregular', sans-serif;
}
.informacion {
    margin: 25px 0px;
}
main ul {
    list-style: disc;
    list-style-position: outside;
    padding-left:15px;
}
form {
    display: block;
    margin: 20px 0px;
    position: relative;
    width: 200px;
}
form input{
    display: block;
    width: 100%;
    border-radius:25px;
    height: 30px;
    padding: 5px;
    border: solid 1px #f09;
}
form button{
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 30px;
    padding: 5px;
    border-top: solid 1px #f09;
    border-right: solid 1px #f09;
    border-bottom: solid 1px #f09;
    border-left: none;
    background-color: #fff;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    width: 40px;
    color: transparent;
    cursor: pointer;
    background-image: url(../imagenes/buscar.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 80%;
    transition: all .2s;
}
form button:hover{
    background-image: url(../imagenes/buscar_hover.png);
    transition: all .2s;
}
a.registro_abierto, a.instructivo_abierto{
    display: block;
    width: 100%;
    padding: 5px 5px 5px 45px;
    margin-bottom: 20px;
    background-repeat:no-repeat;
    background-position: 8px center;
    background-size: auto 25px;
    color:#fff;
    background-color: #8ad02c;
    border: solid 1px #999547;
    border-radius: 7px;
    position: relative;
    transition: all .2s;
}
a.registro_abierto {
    background-image: url(../imagenes/registro.png);
    overflow: hidden;
    padding: 5px 55px 5px 45px;
}
a.registro_cerrado {
    display: block;
    width: 100%;
    padding: 5px 5px 5px 45px;
    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;
    transition: all .2s;
    cursor: none;
}
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;
    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);
}
a.registro_abierto span.abierto{
    display: block;
    width: 50px;
    height: 100%;
    background-color:#357a00;
    position: absolute;
    right: 0px;
    top: 0px;
    background-image: url(../imagenes/abierto.png);
    background-position:center;
    background-repeat: no-repeat;
    transition: all .2s;
}
.documentacion {
    display: block;
    width: 100%;
    border:solid 1px #b9b9b9;
    background: rgba(249,249,249,.7);
    border-radius: 10px;
    margin-bottom: 25px;
}
.documentacion h3.title {
    display: block;
    width: 100%;
    border-bottom:solid 1px #b9b9b9;
    padding: 10px;
    color: #5d5f60;
}
.documentacion ul {
    display: block;
    list-style: none;
}
.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 a{
    color:#0096a2;
}
.documentacion ul li a:hover{
    color:#0045a2;
    text-decoration: underline;
}

.avisos {
    display: block;
    width: 100%;
    border:solid 1px #b9b9b9;
    background: rgba(249,249,249,.7);
    border-radius: 10px;
    margin-bottom: 25px;
}
.avisos h3.title {
    display: block;
    width: 100%;
    border-bottom:solid 1px #b9b9b9;
    padding: 10px;
    color: #5d5f60;
}
.avisos ul {
    display: block;
    padding-left: 25px;
    padding-right: 10px;
}
.avisos ul li{
    color:#b9baba;
    clear: both;
    margin: 15px 0px;
}
.avisos ul li a{
    color:#0096a2;
}
.avisos ul li a:hover{
    color:#0045a2;
    text-decoration: underline;
}
/*------------- PIE -------------*/
footer {
    display: block;
    margin: 0px auto 50px auto;
	width: 100%;
    max-width:1280px;
}
footer section{
	display: block;
	width:100%;
	margin:25px auto 0px auto;
    height: 150px;
}
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: flex;
    align-items: center;
	flex-wrap: wrap;
	width:100%;
	margin:0px auto;
}
footer section p{
	display: flex;
    align-items: center;
	text-align:center;
	color:#d0d0d0;
	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;
}
/*---- FLOTANTE ---*/
.flotante {
	height: 200%;
	width: 100%;
	position: absolute;
	top: 0px;
	z-index: 20;
	background-image: url(../imagenes/transparent-bg.png);
	background-repeat: repeat;
}
#container #conten .text_conten .debajo {
	position: absolute;
	z-index: 1;
	display: none;
}
.flotante h2 {
    text-align:center;
    color: #fff;
}
.flotante .center a{
	display:block;
	float:left;
}
#ocultar{
	cursor: pointer;
	margin:0px auto 50px auto;
	color: #FFFFFF;
	text-align: center;
	display:block;
	width: 100px;
}
.texto {
	display:block;
	width:100%;
	padding:100px 10% 0px 10%;
	text-align:justify;
	color:#FFF;
}
.titulo {
	color: #F09;
}
.rosa {
	color: #E473A2;
	text-decoration:underline;
}
/*--BOTONES--*/
.btn_general {
	background-color: #F09;
	-moz-border-radius:25px;
	-webkit-border-radius:25px;
	border-radius:15px;
	border:1px solid #930756;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:1em;
	padding:5px 15px;
	text-decoration:none;
	text-shadow:0px 1px 0px #D65520;
	margin-top:25px;
	clear:both;
}
.btn_general:hover {
	background-color: #DA3485;
}
.btn_general:active {
	position:relative;
	top:1px;
} 
.no_bulets {
    list-style: none;
}
ul li.none_list {
    list-style: none;
}
/*--POP UP--*/
.mfp-hide {
    display: none!important;
}
/*---COMO ME REGISTRO ----*/
.como_me_registro {
    display:flex;
    align-items: center;
    width: 100%;
    height: 110px;
    color: rebeccapurple;
    padding-left: 70px;
    font-weight: 700;
    font-size: 1.8em;
    background-image: url(../imagenes/back_como_me_registro.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    letter-spacing: 1px;
}
.preguntas_frecuentes{
    display:flex;
    align-items: center;
    width: 100%;
    color:#0096a2;
    padding: 60px 0px 60px 250px;
    font-weight: 700;
    font-size: 1.6em;
    background-image: url(../imagenes/preguntas_frecuentes.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: auto 100%;
    letter-spacing: 1px;
    text-align: left;
    font-family: 'HomepageBaukasten-Bold';
    margin-top: 20px;
}
.preguntas_frecuentes:hover {
    color:#0045a2;
}

.avisos ul li.obten{
    border-bottom: solid 1px #ccc;
    padding-bottom: 15px;
    list-style: disc;
}
.avisos ul li a {
    font-family: 'HomepageBaukasten-Bold';
}
.avisos ul li.none_list {
    list-style: none;
}
@media (max-width:800px)  and (orientation:portrait) {
    header a{
        margin-left: 0px;
    }
    header section{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        float: none;
        margin-bottom: 25px;
    }
    h1 {
        display: block;
        justify-content: center;
        align-items: center;
        float: none;
        text-align: center;
        margin-right: 0px;
    }
    footer section p{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    main section.left {
        display: block;
        width: 100%;
        min-height: 100%;
        height: 100%;
        float: left;
        padding: 30px;
        background-color: #EBEFF2;
    }
    main section.right {
        display: block;
        width: 100%;
        float: left;
        height: 100%;
        min-height: 100%;
        padding: 30px 20px 30px 20px;
        min-height: 100%;
        background-color: #DDE1E4;
        background-image: url(../imagenes/background-right.png);
        background-position: top right;
        background-repeat: repeat-y;
    }
    .flotante {
        height: 400%;
    }
    .preguntas_frecuentes{
        display:flex;
        align-items: center;
        text-align: center;
        width: 100%;
        color:#0096a2;
        padding:0px 0px 200px 0px;
        font-weight: 700;
        font-size: 1.6em;
        background-image: url(../imagenes/preguntas_frecuentes.png);
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: 200px auto;
        letter-spacing: 1px;
        text-align: left;
        font-family: 'HomepageBaukasten-Bold';
        margin-top: 20px;
    }
}