@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: 'HomepageBaukasten-Book';
    src: url('../fonts/HomepageBaukasten-Book.ttf.eot');
    src: url('../fonts/HomepageBaukasten-Book.ttf.eot?#iefix') format('embedded-opentype'), url('../fonts/HomepageBaukasten-Book.ttf.woff') format('woff'), url('../fonts/HomepageBaukasten-Book.ttf.woff') format('woff'), url('../fonts/HomepageBaukasten-Book.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;
}


/* 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;
    letter-spacing: .02em;  
}
.clear {
	clear: both;
}
html, body{
    height: 100%;
	min-height: 100%;
 	position: relative;
}

a {
	text-decoration:none;
	color:#f09;
}
p {
	display:block;
}
ol {
    display: block;
    margin-left: 20px;
}
/*---FINAL RESET CSS---*/

/*----HEADER----*/
.logo_prep {
    display: block;
    position: absolute;
    z-index: 2;
    width: 400px;
    height: 600px;
    background-image: url(../imagenes/background-body-top.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 100% auto;
}
.content-header {
    display: block;
    width: 100%;
    background-color: #79184d;
}
header {
    display: block;
    margin: 0px auto;
    width: 100%;
    max-width:1280px;
    padding-top: 30px;
}
header section{
    display: block;
    float: right;
    clear: both;
    margin-bottom: 30px;
    margin-right: 30px;
}
header a{
    display: block;
    float: left;
    margin-left: 30px;
    margin-top: 22px;
}
header section a img{
    display: block;
    width: auto;
    height: 100px;
}


h1 span.rosa{
    color:#d5137f;
}
p.logo_prep {
    display: block;
    width: 180px;
    height: 50px;
    background-image: url(../imagenes_computos/LogoPREP.svg);
    background-repeat: no-repeat;
	background-position:right center; 
    background-size: auto 100%;
	margin-left: 30px;
}
p.logos_ieem {
    display: block;
    width: 220px;
    height: 60px;
    background-image: url(../imagenes_computos/logos_ieem.svg);
    background-repeat: no-repeat;
    background-size: auto 100%;
	margin-right: 30px;
}
.subtitulo_captura {
	display: block;
	font-size: .7em;
	letter-spacing: .5em;
	margin-top: 0px;
	color: #d5137f
}
h1 span.span_2{
    display: block;
    font-size: .7em;
    font-weight: 300;
    font-family: 'Roboto';
    letter-spacing: .05em;
}
/*---- 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:#001736;
    padding:0px 5px;
    color:#fff;
}

/*-------------------- CONTENIDO --------------------------*/
h1 {
    display: block;
    font-size:2.5em;
    color:#fff;
    margin-bottom: 30px;
    font-family: 'HomepageBaukasten-Bold', sans-serif;
    text-align: right;
    letter-spacing: .1px;
    padding-bottom: 55px;
    margin: 0px 30px 50px auto;
}
h1 span.span_1{
    color:#fff;
    display: block;
    font-size:.52em;
    font-weight: 100;
    letter-spacing: .0px;
    font-family: 'HomepageBaukasten-Book', sans-serif;
}
h1 span.span_2{
    color:#652D90;
    display: block;
    font-size: .77em;
    font-family: 'HomepageBaukasten-Book', sans-serif;
}
h1 span.span_3{
    color:#616161;
    display: block;
    font-size:.66em;
    font-weight: 100;
    letter-spacing: .0px;
    font-family: 'nexa_lightregular', sans-serif;
}
h2 {
    font-size:1.1em;
    color:#6e0f45;
    margin-bottom: 15px;
    font-family: 'nexa_boldregular', sans-serif;
}
h3 {
    font-size:1em;
    margin-bottom: 5px;
    color:#31393F;
    font-family: 'nexa_boldregular', sans-serif;
}
h3.subtitulo {
    font-size:1em;
    margin-bottom: 5px;
    color:#6e0f45;
    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: #79184d;
    border: solid 1px #61133e;
    border-radius: 7px;
    position: relative;
    transition: all .2s;
}
a.registro_abierto {
    background-image: url(../imagenes/registro.png);
    overflow: hidden;
    padding: 5px 55px 5px 45px;
	font-weight:800;
	letter-spacing:1px;
} 
a.instructivo_abierto {
    background-image: url(../imagenes/instructivo.png);
	
}
a.instructivo_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;
    background-image: url(../imagenes/instructivo_cerrado.png);
}
a.registro_abierto span.abierto{
    display: block;
    width: 50px;
    height: 100%;
    background-color:#ff4e8a;
    position: absolute;
    right: 0px;
    top: 0px;
    background-image: url(../imagenes/abierto.png);
    background-position:center;
    background-repeat: no-repeat;
    transition: all .2s;
	
}
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:#ff4e8a;
    border: solid 1px #DA3485;
    border-radius: 7px;
    position: relative;
    transition: all .2s;
    cursor: none;
}
a.registro_abierto span.cerrado{
    display: block;
    width: 50px;
    height: 100%;
    background-color:#ff4e8a;
    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;
}
.documentacion {
    display: block;
    width: 100%;
    border:solid 1px #48586e;
    background: rgba(72,88,110,.7);
    border-radius: 10px;
    margin-bottom: 25px;
}
.documentacion h3.title {
    display: block;
    width: 100%;
    border-bottom:solid 1px #48586e;
    padding: 10px;
    color: #fff;
	letter-spacing:1px;
}
.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: #48586e;
    border: solid 1px ffff;
    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:#fff;
}
.documentacion ul li a:hover{
    opacity: .7;
}
.documentacion ul li a.cerrado_doc{
    color:rgba(168, 135, 141, 0.918);
    cursor: none;
}

.avisos {
    display: block;
    width: 100%;
    border:solid 1px #c98e97;
    background: rgba(218,178,184,.7);
    border-radius: 10px;
    margin-bottom: 25px;
}
.avisos h3.title {
    display: block;
    width: 100%;
    border-bottom:solid 1px #c98e97;
    padding: 10px;
    color: #371d49;
}
.avisos ul {
    display: block;
    list-style: none;
}
.avisos ul li{
    color: #371d49;
    clear: both;
    margin: 15px 0px;
}
.avisos ul li a{
    color:#371d49;
}
.avisos ul li a:hover{
    color:#0045a2;
    text-decoration: underline;
}
ul ul.sub_submenu {
    list-style: none;
    
}
ul ul.sub_submenu a, ul ul.sub_submenu_1 a, ul ul.sub_submenu_3 a{
    font-size: .7em;
}
ul ul.sub_submenu a:hover{
    color: #371d49;
}
ul ul.sub_submenu_1 a:hover, ul ul.sub_submenu_3 a:hover{
    color: #f09;
}
.divicion {
    display: block;
    width: 50%;
    float: left;
}
a.caduco {
    opacity: 0.4;
    
}
hr {
    display: block;
    border-top: solid 1px rgb(158, 150, 150);
    border-left: none;
    border-right:none;
    border-bottom: none;
    margin-top: 25px;
    padding-top: 25px;
}
/*------------- 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: auto;
	width: 100%;
	position: absolute;
	top: 0px;
	z-index: 20;
	
}
#container #conten .text_conten .debajo {
	position: absolute;
	z-index: 1;
	display: none;
}
.flotante h2 {
    text-align:center;
    color: #000;
}
.flotante .center a{
	display:block;
	float:left;
}
#ocultar{
	cursor: pointer;
	margin:0px auto 50px auto;
	color: #000;
	text-align: center;
	display:block;
	width: 100px;
}
.texto {
	display:block;
	width:80%;
	height:300px;
	overflow: auto;
	padding:15px;
	text-align:justify;
	color:#000;
	margin:0px auto;
	font-size:.8em;
}
.titulo {
    color: #F09;
}
h2.titulo {
    color: #F09;
    margin: 0px auto;
}
h2.titulo_2 {
    color: #000;
    font-weight: 100;
    margin: 0px auto;
    text-align: center;
    display: block;
    width: 80%;
}
.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:block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:1em;
	padding:5px 15px;
	text-decoration:none;
	text-shadow:0px 1px 0px #D65520;
	margin:25px 50% 150px 50%;
	text-align:center;
    
}
.btn_general:hover {
	background-color: #DA3485;
}
.btn_general:active {
	position:relative;
	top:1px;
}
.titulo_pequeño {
	font-size:.75em;
	font-weight:200;
	letter-spacing:0px;
} 
/*--POP UP--*/
.mfp-hide {
    display: none!important;
}

/*--AVISOS--*/
.contenido_pop_up h2{
    color: #fff;
    text-align: center;
    font-size: 1.5em;
}
.contenido_pop_up p{
    color:#fff;
    text-align: center;
    font-size: 1.3em;
}
/*----COLAPSAR----*/
.sub_submenu {
    display:none;
}
.sub_submenu_1 {
    display:none;
}
.box_slide {
	display:block;
	cursor:pointer;
    padding:15px 0px;
    color:#000;
}
.box_slide_top {
	cursor:pointer!important;
	border-top: 0px;
	padding:0px 0px 25px 0px;
}
.left article .avisos_left #check1, .left article .avisos_left #check2, .left article .avisos_left #check3{
    color:#f09!important;

}
.left article .avisos_left #check1 a, .left article .avisos_left #check2 a, .left article .avisos_left #check3 a{
    color:#000;
}
.left article .avisos_left li a {
    color:#f09;
}
.left article .avisos_left li span {
    color:#000;
}
.left article .avisos_left li{
    list-style: none;
}
.texto_nota {
    color:#000;
    text-align: justify;
    background-color: #e5eaed;
    padding: 20px;
}
@media (max-width:800px)  and (orientation:portrait) {
    .logo_prep {
        display: block;
        position: absolute;
        z-index: 2;
        width: 400px;
        height: 600px;
        background-image: url(../imagenes/background-body-top.png);
        background-repeat: no-repeat;
        background-position: top left;
        background-size: 60% auto;
    }
    .content-header {
        display: block;
        width: 100%;
        background-color: #79184d;
    }
    h1 {
        display: block;
        font-size:2.5em;
        color:#fff;
        margin-bottom: 30px;
        font-family: 'HomepageBaukasten-Bold', sans-serif;
        text-align: right;
        letter-spacing: .1px;
        padding-bottom: 55px;
        margin: 0px 30px 50px auto;
    }
    h1 span.span_1{
        color:#fff;
        display: block;
        font-size:.52em;
        font-weight: 100;
        letter-spacing: .0px;
        font-family: 'HomepageBaukasten-Book', sans-serif;
    }
    header section a img{
        display: block;
        width: 50%;
        height: auto;
        margin-top: 100px;
        float: right;
        margin-right: 30px;
    }
    header {
        display: block;
        margin: 0px auto;
        width: 100%;
        max-width:1280px;
        padding-top: 30px;
    }
    body {
        background-size: 300px auto;
    }
    header a{
        margin-left: 0px;
    }
    header section{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        float: none;
        margin-bottom: 25px;
    }
    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%;
    }
}