/*----RESET CSS---*/
*{
	margin: 0;
	padding: 0;
	box-sizing:border-box;
}

ul {
	list-style: none
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
@font-face { 
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
body {
	background-color:#FAFAFA;
	font-family: 'Poppins', sans-serif;
	color:#576770;
	line-height:1.5;
	font-weight:100;
	margin: 0;
 	margin-bottom: 40px;
	overflow-y: scroll;
  	overflow-x: hidden;
}

.clear {
	clear: both;
}
html, body{
    height: 100%;
	min-height: 100%;
 	position: relative;
}

a {
	text-decoration:none;
	color:#f09;
}
p {
	display:block;
	margin:1em 0px;
}
/*---FINAL RESET CSS---*/
/*--header--*/
header {
	display: block;
	width: 100%;
	height: 343px;
	margin: 0px auto;
	background-image: url(../imagenes/background_header_temas.png);
	background-position: top center;
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
}

div.content_slider{
	display:block;
	width:100%;
	margin:0px auto;
	background-image:url(../imagenes/background_content_slider.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}
div.content_slider img{
	display:block;
	width:960px;
	margin:0px auto;
	padding:0px 64px;
	background-image: url(../imagenes/background_title.png);
	background-repeat:no-repeat;
	background-position:bottom center;
}
/*--final header--*/


/*---HEADER---*/
header {
	background-image:url(../imagenes/layout/background_header.png);
	background-repeat:repeat-x;
	background-position:center bottom;
}
header {
	display: flex;
   	align-items: center;
    width:100%;
    padding:0px 35px;
	margin:0px auto;
	height:200px;
	position:relative;
}
header .logos_top {
	display:flex;
	align-items: center;
}
header .logo_hedear_ieem, header .logo_hedear {
	display:block;
	margin:0px auto;
}
header .logo_hedear_ieem {
	padding-right: 20px;
	border-right: solid 1px #fff;
}
header .logo_hedear {
	padding-left: 0px;
	border-left: solid 1px #000;
}
header .logo_hedear_sitio h2{
	margin-left:30px;
	color:#fff;
	width:100%;
	text-align:left;
	margin:0 0 0 25px;
	border:none;
}
header .logo_hedear_sitio h2 span {
	font-weight:200;
}
/*---FINAL HEADER---*/

/*---NAVY REDES---*/
nav#redes{
	display:block;
	position:absolute;
	right:5%;
	bottom:15px;
}
nav#redes ul{
	display:block;
}
nav#redes ul li{
	display:block;
	float: left;
	list-style:none;
	padding-right:15px;
}
nav#redes ul li a{
	display:block;
	width:25px;
	height:25px;
	cursor: pointer;
}
nav#redes ul li a.face{
	background-image:url(../imagenes/layout/face_top.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size: auto 100%;
}
nav#redes ul li a.twitter{
	background-image:url(../imagenes/layout/twitter_top.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size: auto 100%;
}
nav#redes ul li a.youtube{
	background-image:url(../imagenes/layout/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/layout/whatsapp_top.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size: auto 100%;
	padding-right:0px;
}
nav#redes ul li a:hover{
	opacity:.9;
}
/*---FINAL NAVY REDES---*/


#usuario{
	display:block;
	width:15%;
	height:20px;
	font-family: 'Poppins', sans-serif;
	font-size:13px;
	position:absolute;
	right:0px;
	top: 200px;
}

#all
{
width: 100%;
margin:0px auto;
background-color:#FFF;
background-image: url(../imagenes/background_body.png);
background-repeat: no-repeat;
background-position:center top;
}

#all_chiautla
{
	width: 100%;
	margin: 0px auto;
	background-color: #FFF;
	background-image: url(../imagenes/background_chiautla.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#all_procesos
{
	width: 100%;
	margin: 0px auto;
	background-color: #FFF;
}

#contenedor {
	display:block;
	width:100%;
	margin:0px auto;
	padding-top:35px;
}


#contenido {
	display:block;
	width: 100%;
	margin:0px auto;
	padding-bottom:150px;
	min-height:650px;
}
#acceso {
	width:960px;
	height:200px;
	padding-top:300px;
}
.logos{
	display:block;
	float:left;
}
.titulo{
	display:block;
	float:right;
}
#botonera_2{
	display:block;
	width:760px;
	float: left;
	margin-right:200px;
	margin-top:25px;
	text-align: left;
}
#botonera_back{
	display:block;
	width:100%;
	float: left;
	margin-top:50px;
	text-align:right;
}
.btn{
	margin:0px 30px;
}
/*--MAIN--*/
main {
    display:block;
    width: 100%;
	margin: 0px auto;
	min-height:100%;
	height: auto;
}
.categoria {
	display:block;
	width:100%;
	margin:50px 0px;
}
#contenedor {
	display: block;
	width: 96%;
	margin:0px auto;
	overflow:hidden;
}
main #full {
	display: block;
	width: 100%;
	max-width:1280px;
	padding-right:0%;
	margin: 0px auto;
}
#navy_lateral{
    display: block;
    float: left;
    width: 30%;
	min-height:600px;
	background-color:#EDEDEC;
	border-top: solid 10px #f09;
}
#medio {
	display: block;
	float: right;
	width: 70%;
	padding:0px 0px 0px 30px;
	margin-bottom:70px;
	text-align:justify;
	position:relative;
}
#medio_full {
	display: block;
	width: 100%;
	padding:0px 0px 0px 30px;
	margin-bottom:70px;
	text-align:justify;
	position:relative;
}
#medio_left {
	display: block;
	float: left;
	width: 70%;
	padding:0px 0px 0px 30px;
	margin-bottom:70px;
	text-align:justify;
	position:relative;
}


main section#full .aviso_content {
	display: block;
	float:left;
	width: 25%;
	height: 200px;
	position:relative;
	z-index:5;
	overflow:hidden;
}
main section#full .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: 50px 5% 100px 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:.9em;
}
/*--FINAL MAIN--*/
/*---PIE---*/
#pie {
	display: block;
	width:100%;
	margin:0px auto;
	padding:0px 10%;
	height:150px;
	background-color:#4A4A49;
	background-image:url(../imagenes/background_pie.png);
	background-repeat:no-repeat;
	background-position:right center;
	font-family: 'Poppins', sans-serif;
	color:#888A8C;
	font-size:.8em;
}
#pie p{
	display:block;
	margin-top:30%;
}
#pie .coe{
	display: block;
	width:27%;
	max-width:300px;
	height:120px;
	float:left;
	background-image:url(../imagenes/coe_pie.png);
	background-position:top left;
	background-repeat:no-repeat;
	background-size:90%;
	margin:15px 3% 15px 0px;
	border-right: solid 1px #888A8C;
}
#pie .ieem{
	display: block;
	width:60%;
	max-width:660px;
	height:120px;
	float:left;
	background-image:url(../imagenes/ieem_pie.png);
	background-position:top left;
	background-repeat:no-repeat;
	background-size:23%;
	margin:15px 3% 15px 0px;
}
#pie .ieem p{
	display:block;
	margin-top:13%;
}
/*--final pie--*/

.clear{
	clear:both;
}

ul.navy_list{
	display: block;
	padding: 0px;
	width:100%;
	margin: 0px auto;
	
}

ul.navy_list li{
	display: block;
	text-align: center;
	float: left;
	list-style: none;
	
}
ul.navy_list li.sin{
	border-right-style: none;
}
ul.navy_list li a {
	display: block;
	width: 100%;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-size: .7em;
	text-decoration: none;
	padding: 10px;
}
ul.navy_list li a:hover {
	color: #E4287E;
}

ul.navy_list_29{
	display: block;
	height: 47px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 6px;
	margin-left: auto;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	
}

ul.navy_list_29 li{
	display: block;
	text-align: center;
	float: left;
	list-style: none;
	
}
/*ul.navy_list_29 li.sin{
	border-right-style: none;
}*/
ul.navy_list_29 li a {
	display: block;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	text-decoration: none;
	padding: 5px;
	height: 45px;
	
}
 ul.navy_list_29 li a:hover {
	color: #E4287E;
	background-color: #FFF0FF;
}

.contenido{
	display: block;
	width:100%;
}
.contenido_2{
	display: block;
	float:left;
	width:100%;
}
.contenido_3{
	display: block;
	float:left;
	wwidth:100%;
}
.contenido_4{
	display: block;
	float: right;
	width: 1000px;
}
.contenido_5{
	display: block;
	float: inherit;
	width:100%;
}
h2 {
	display:block;
	padding:10px 0px 10px 10px;
	border-left: solid 5px #FF0099;
	margin:10px 0px 20px;
	text-align:left;
	margin-top:50px;
}
.contenido_2  h2 {
	font-family: 'Poppins', sans-serif;
	text-align:left;
	color:#EB2B8B;
	margin:0x;
	border-left: solid 0px #FF0099;
}
.contenido h1.left, h2.left, h3.left, h4.left{
	font-family: 'Poppins', sans-serif;
	text-align: left;
	color:#EB2B8B;
}
#contenido .left_sub {
	text-align: left;
	color: #671774;
}
.contenido h3.left_sub{
	font-family: 'Poppins', sans-serif;
	text-align: left;
	color: #671774;
}
table.documentos {
	font-family: 'Poppins', sans-serif;
	text-align:center;
	font-size: 14px;
	margin-top:50px;
}

table.documentos th {
	font-family: 'Poppins', sans-serif;
	text-align:center;
	font-size: 15px;
	color:#fff;
	margin-top:50px;
}

#contenido .contenido .documentos tr .titulo_doc {
	color: #671774;
}
#contenido .contenido .documentos td {
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#CCC;
	padding:10px 0px;
}
#contenido .contenido_2 .documentos tr .titulo_doc {
	color: #671774;
}
#contenido .contenido_2 .documentos td {
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#CCC;
	padding:10px 0px;
}

#contenido .contenido_3 .documentos tr .titulo_doc {
	color: #671774;
}
#contenido .contenido_3 .documentos td {
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#CCC;
	padding:10px 0px;
}
#contenido .contenido_4 .documentos tr .titulo_doc {
	color: #671774;
}

#navy_lateral{
	display: block;
    float: left;
    width: 30%;
	min-height:600px;
	background-color:#EDEDEC;
	border-top: solid 10px #f09;
}
#navy_lateral ul{
	display: block;
	padding:20px;
	margin: 0px;
}
#navy_lateral ul li{
	display: block;
	list-style: none;
	display:block;
	padding:0 2%;
}
#navy_lateral ul li.none{
	display: block;
	list-style: none;
	display:block;
	padding:4% 2%;
	border-bottom:none;
}

#navy_lateral li ul {
	display: none;
	background-color: #EDEDED;
	margin-left:0px;
}
#navy_lateral li ul li a{
	color:#576770; 
	background-image:none;
	padding:20px 0;
}
#navy_lateral ul li a {
	position:relative;
}
#navy_lateral ul li a span {
	display: none;
}


/*-- LISTA---*/
.topnav, ul.box_nav_3 {
	display: block;
	padding:10px 10px 10px 25px;
}
.topnav li, ul.box_nav_3 li{
	display: block;
	padding:5px 5px 0px 0px;
}
.topnavli a, ul.box_nav_3 li a{
	color:#576770;
	margin:0px!important;
}
.topnav h4 {
	border-bottom: solid 1px #ccc;
}
.topnav li a {
	display:block;
	padding: 15px 0px;
	border-bottom: solid 1px #ccc;
	margin:0px!important;
}
.topnav li a span{
	font-size:.8em;
}
.topnav li.no_botton_line a {
	display:block;
	padding: 15px 0px 0px 0px;
	border-bottom: none;
}
.topnav li a.no_botton_line {
	border-bottom: none;
}
.topnav li.margin_left a {
	display:block;
	padding: 0px 0px 15px 40px;
	border-bottom: solid 1px #ccc;
}
.topnav li a:hover, ul.box_nav_3 li a:hover{
	color:#f09;
}
.topnav li ul. ul.box_nav_3 li ul{
	display:none;
}


/*---NAVY PRINCIPAL---*/
#btn-menu {
    display: none;
}

label.navy-left-label {
    display: none;
}
nav#menu {
	display:block;
	width: 100%;
  	margin:0px auto;
  	position:relative;
	
}
nav#menu ul {
  	display:flex;
	justify-content: space-between;
	width:100%;
	position:relative;
	margin:0px auto;
  	text-align:center;
  	background-image:url(../images/layout/background_header.png);
	background-repeat:repeat-x;
	background-position:center top;
	background-color:#f09;
}
nav#menu ul li a {
  	display: flex;
	padding:1em;
  	align-items: center;
  	color:#fff;
	font-weight:300;
	text-decoration:none;
	border-bottom:none;
	font-size:1em;
}
nav#menu ul > li:hover > a {
  	background-color:rgba(48,6,86,1);
}
nav#menu ul ul, nav#menu ul ul ul  {
  	display:none;
}
nav#menu ul ul {
	position:absolute;
	height:auto;
	top:auto;
	left:0px;
	margin:0px auto;
  	background-image:none;
  	z-index: 50;
	background-color:#300656;
}
nav#menu ul ul li:hover > a {
  	background-color:#9985AB;
}
nav#menu ul ul ul a {
  	background-color:none;
}
nav#menu ul ul li {
	height:auto;
	color:#FFF;
  	margin: 0px;
  	padding:0px;
  	background-color:transparent;
}
nav#menu ul ul li:hover {
	background-color:transparent;
}
nav#menu ul ul li a{
	font-weight:300;
  	margin: 0px auto;
  	padding:20px;
    background-color:transparent;
}
nav#menu ul ul ul {
	background-color:#9985AB;
	display:none;
}
nav#menu .sub {
	display:flex;
	justify-content: space-around;
}

/*--FINAL NAVY PRINCIPAL--*/
/*--FOOTER--*/
footer {
    display: 96%;
    margin: 0px 2% 50px 2%;
    border-top: solid 1px #395967;
}
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;
    justify-content: center;
    align-items: center;
	flex-wrap: wrap;
	width:100%;
	margin:0px auto;
}
footer section p{
	display: flex;
    justify-content: center;
    align-items: center;
	text-align:center;
	color:#566770;
	margin:5px 0px;
	background-position:left center;
	background-repeat:no-repeat;
	background-size:auto 100%; 
	font-size: 12px;
}
footer section p img{
	display:block;
	width:23px;
	height:23px;
	float:left;
	margin-right:4px;
}
footer section p.coe img{
	display:block;
	width:auto;
	height:23px;
	float:left;
	margin-right:4px;
}
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:130px;
	text-align: right!important;
	padding:0px;
	float:left;
	margin:5px 10px;
}
footer section p.tweeter_instagram{
	width:105px;
	text-align:left;
	padding:0px;
	float:left;
	margin:5px 10px;
}
footer section p.coe{
	width:140px;
	text-align:left;
	padding:0px;
	float:left;
	margin:5px 10px;
}
footer section p.whatapp{
	width:110px;
	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;
}

.checkbox { 
  		display: none;
    }
@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 {
		display:flex;
		flex-direction: column;
	}
	header .logo_hedear_ieem {
		border-right: 0px;
		padding-right: 0px;
	}
	header .logo_hedear_sitio img{
		margin-left:0px;
		width:100%;
	}
	#contacto {
		display:none;
	}
	nav#redes{
		display:none;
	}
	header .logo_hedear_sitio h2{
		margin-left:0px;
		text-align:center;
		margin:0 auto;
	}
/*menu*/
	label.navy-left-label {
		display:block;
		cursor:pointer;
		position:absolute;
		z-index: 90;
		right: -10px;
		top:0px;
		width: 40px;
		height: 40px;
		margin: 10px 20px;
	}
	#btn-menu:checked ~ nav#menu {
		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#menu {
		position: absolute;
		top:0;
		left:0px;
		width:100%;
		transform: translateX(-100%);
		transition: all 0.3s;
		height:100%;
		padding: 0;
  		z-index:70;
		padding-top:50px;
		background-color:#f09;
	}
	nav#menu ul {
		display:block;
		width:100%;
		text-align:left!important;
	}
	
	nav#menu ul li a {
		display: block;
		padding:1em;
		align-items: center;
		color:#fff;
		font-weight:300;
		text-decoration:none;
		border-bottom:none;
		font-size:1em;
	}
	nav#menu ul > li:hover > a {
		background-color:rgba(48,6,86,1);
	}
	nav#menu ul ul, nav#menu ul ul ul  {
		display:none;
	}
	nav#menu ul ul {
		position:relative;
		height:auto;
		top:auto;
		left:0px;
		margin:0px auto;
		background-image:none;
		background-color:#300656;
	}
	nav#menu .sub {
		display:block;
	}
	/*---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;
	}
	
}

@media screen and (max-width:768px) {
  	#accesos .acceso_1, #accesos .acceso_2, #accesos .acceso_3, #accesos .acceso_4 {
		display: block;
		width:50%;
		min-height:330px;
		float:left;
		background-position:center 50px;
		background-repeat:no-repeat;
		background-size: auto; 
	}
	main section#full .aviso_content img{
		width:100%;
		height:auto;
	}
	#contenedor {
	overflow:hidden;
}
	#accesos p {
		padding:130px 25px 0px 25px;
	}
	
	#navy_lateral{
	  position:absolute;
	  width:300px;
	  left:-300px; 
	  transition:all .5s;
	  font-weight:300;
	  border-top: solid 25px #f09;
	  overflow-y:scroll;
	  padding-bottom:300px;
	  margin-top:0;
	  z-index:10;
}

  .checkbox { 
  		display: none;
    }
    .checkbox:checked ~ #navy_lateral {
       left:0px;
	   width:80%;
    }
    .checkbox:checked ~ main #medio {
      margin-left:80%;
    }
    .checkbox:checked ~ .menu-toogle { 
      left:80%;
    }
	.checkbox:checked ~ .pie { 
      margin-left:80%;
    }
	.menu-toogle {
		display: block;
		position:absolute; 
		width: 25px;
		height:25px;
		line-height:1.1;
		text-align:center;
		left:0px; 
		background-color: #f09;
		transition: all .5s; 
		z-index:5;
		cursor:pointer;
	 }
    .menu-toogle::before {
      content:"☰";
      font-size:1.55em;
      color:white;
    }
	#medio {
		width:100%;
		transition: all .5s;
		float:none;
		padding: 40px 15px 0px 15px;
	}
}
@media screen and (max-width:575px) {
	body {
		font-size: 14px;
	}
	.buzon_si_opina {
		display:none;
	}
	#contenedor {
		display: block;
		width: 100%;
		margin:0px auto 0px auto;
		overflow:hidden;
	}
	#navy_lateral {
		  position:absolute;
		  width:275px;
		  left:-275px; 
		  transition:all .5s;
		  font-weight:300;
		  border-top: solid 25px #f09;
		  overflow-y:scroll;
		  height:800px;
	}
  .checkbox { 
  		display: none;
    }
    .checkbox:checked ~ #navy_lateral {
       left:0px;
	   width:80%;
    }
    .checkbox:checked ~ main #medio {
      margin-left:80%;
    }
    .checkbox:checked ~ .menu-toogle { 
      left:80%;
    }
	.checkbox:checked ~ .pie { 
      margin-left:80%;
    }
	.menu-toogle {
		display: block;
		position:absolute; 
		width: 25px;
		height:25px;
		line-height:1.1;
		text-align:center;
		left:0px; 
		background-color: #f09;
		transition: all .5s; 
		z-index:5;
		cursor:pointer;
	 }
    .menu-toogle::before {
      content:"☰";
      font-size:1.55em;
      color:white;
    }
	#medio {
		width:100%;
		transition: all .5s;
		float:none;
		padding: 40px 15px 0px 15px;
	}
	main section#full .aviso_content img{
		width:100%;
		height:auto;
	}
	.bienvenida {
		background-image: none;
	}
	 .bienvenida h2, .bienvenida p{
		float:none;
		width:100%;
		text-align: justify;
		position: inherit;
	}
	
	.bienvenida a.leer_mas {
		float:none;
	}
	
	#accesos .acceso_1, #accesos .acceso_2, #accesos .acceso_3, #accesos .acceso_4{
		display: block;
		width:100%;
		min-height:300px;
		float:left;
		background-position:center 50px;
		background-repeat:no-repeat;
		background-size: auto; 
	}
	#accesos .acceso_1 {
		background-position:center 20px;
	}
	#accesos p {
		padding:130px 25px 0px 25px;
	}
}
