@font-face {
    font-family: "IEEsUno";
    font-style: normal;
    font-weight: normal;
    src: url("../../fuentes452/iees/Exo-Medium.woff");
}
@font-face {
    font-family: "IEEsUnoLato";
    font-style: normal;
    font-weight: normal;
    src: url("../../fuentes452/Lato-Regular.woff");
}
@font-face {
    font-family: "IEEsUnoPoire";
    font-style: normal;
    font-weight: normal;
    src: url("../iframeudaam/fuentes452/iees/PoiretOne-Regular.woff");
}
.linkpag{color: white;}
.linkpag:hover{color: #21BD00;}
/* seccion de pagina web completa bg */
#todopag{
	width: 100%;
  	margin: 0 auto;
  	top: 10px;
  	height: 1500px auto;
  	padding: 0px;
  	position: relative;
  	overflow: hidden;

}
/* seccion del header  */
#headerfptz{
	position: relative;
	background-color: #FFF;
	width: 1270px;
	height: 140px;
	margin: 0 auto;
}
p{
	margin-bottom: 40px;
}
.logosta{
	position: relative;
	top: 15px;
	left: 20px;
	width: 100px;
	height: 105px;
	background-repeat: no-repeat;
	display: inline-block;
	float: left;
	background-image: url(../img452/logos452/LogoIEES-UAAM.png);
	background-size: 100px 105px;
}
#staTEXTODESC{
	text-align: center;
	position: relative;
	width: 620px;
	left: 300px;
	top: 20px;
	
}
.tituloBasica a{color: #0096D9;}
.tituloBio a{color: #7FD64D;}
.tituloMatfisica a{color: #FF6200;}
.tituloDiseno a{color: #004EC0;}
.tituloBanano a{color: #DED301}
.tituloTabaco a{color: #AE5327}
#nombreTXT a{
	font-size: 45px !important;
	font-family: IEEsUno;
}
#descTXT a{
	font-size: 24px !important;
	font-family: IEEsUno;
}
/*----------------------------------------------------*/
/*seccion de los menues*/
#menuMiniCont{display: none;}
#menuMiniT{display: none;}
#menuPrinCont{
	position: relative;
	background-color: #333;
	width: 1270px;
	height: 50px;
	margin: 0px auto;
	top: 10px;
}
#menuPrinCont ul{
	 list-style:none;

}
#menuPrinCont ul li a{
	left: -40px;
	display: block;
	text-decoration: none;
	font-size: 20px;
	position: relative;
	display: none;
	width: auto;
	height: 30px;
	float: left;
    display:block;
    padding:10px;
   	color: white !important;
	transition: all .1s;
	-moz-transition: all .1s;
	-webkit-transition: all .1s;
	-o-transition: all .1s;

}
#menuPrinCont ul li a:hover{
	background-color: #88D448;
	color: white !important;
	padding: 10px;
	transition: all .1s;
	-moz-transition: all .1s;
	-webkit-transition: all .1s;
	-o-transition: all .1s;
}
.activom{
	background-color: #88D448;
	color: white!important;
}
.activom:hover{
	background-color: #7BC141;
	color: white !important;
}
/*----------------------------------------------------*/

/*Seccion de soporte antes de slider*/

#soporte{
	margin: 0 auto;
	position: relative;
	background-color: #88D448;
	width: 1270px;
	height: 80px;
	top: 20px;

}
#soporte a{
	left: 20px;
	margin-left: 10px;
	padding: 10px;
	top: 20px;
	position: relative;
	text-decoration: none;
	color: white;
	font-size: 16px;
} 

.fuentem{
	font-size: 25px !important;
}
.icom{
	margin-right: 10px;
	margin-top:  10px !important;
	font-size: 25px !important;
}
/*----------------------------------------------------*/

/* seccion de los sliders */

#slider452{
	margin: 0 auto;
	position: relative;
	background-color: white;
	width: 1270px;
	height: 560px;
	top: 20px;

}

/*esto es para los slides dentro del slider 452*/

.gslide{
	position: absolute;
	width: 1250px;
	height: 540px;
	background-repeat: no-repeat;
}
.slideNum{
	width: 1250px;
	height: 540px;
	background-size: 1250px 540px;
	position: relative;
	top: 10px;
	left: 8px;
	transition: all .1s;
	-moz-transition: all .1s;
	-webkit-transition: all .1s;
	-o-transition: all .1s;
}
.pslide{
	position: relative;
}

/*para aparecer sladie de la isquierda estadoinicial*/

.pislide1Aparece{
	display: block;
	top: -40px;
	left: 80px;
	opacity: 0;
	transition: all .1s;
	-moz-transition: all .1s;
	-webkit-transition: all .1s;
	-o-transition: all .1s;
	
}
.pislide2Aparece{
	display: block;
	top: 20px;
	left: 20px;
	opacity: 0;
	transition: all .1s;
	-moz-transition: all .1s;
	-webkit-transition: all .1s;
	-o-transition: all .1s;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.pislide3Aparece{
	display: block;
	top: 20px;
	left: 210px;
	opacity: 0;
	transition: all .1s;
	-moz-transition: all .1s;
	-webkit-transition: all .1s;
	-o-transition: all .1s;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

/*slides pequenos dela isqyuierdaestado final*/
.pislide1{
	top: 20px;
	opacity: 20;
	left: 80px;
	opacity: 100;
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
}
.pislide2{
	top: 20px;
	left: 80px;
	opacity: 100;	
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
}
.pislide3{
	top: 20px;
	left: 80px;
	opacity: 100;
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
}
/**/
/*para aparecer sladie de la derecha estado inicial*/

.pdslide1Aparece{
	display: block;
	top: 80px;
	left: 720px;
	opacity: 0;
}
.pdslide2Aparece{
	display: block;
	top: 80px;
	left: 720px;
	opacity: 0;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.pdslide3Aparece{
	display: block;
	top: 80px;
	left: 720px;
	opacity: 0;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
/*para los slides de la derecha estado final*/
.pdslide1{
	top: 80px;
	left: 790px;
	opacity: 100;
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
}
.pdslide2{
	top: 80px;
	left: 790px;
	opacity: 100;	
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
}
.pdslide3{
	top: 80px;
	left: 790px;
	opacity: 100;
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
}
/*compartido entre slides*/
.pislideT{
	display: inline-block;
}
.pdslideT{
	display: inline-block;
}
/*esto es para aparecer en un estado inicial y desaparecer*/
.slideNumDesaparece{
	display: none;
	transition: all .1s;
	-moz-transition: all .1s;
	-webkit-transition: all .1s;
	-o-transition: all .1s;
}
.slideNumAparece{
	display: block;
	top: 10px;
	left: 8px;
	transition: all .1s;
	-moz-transition: all .1s;
	-webkit-transition: all .1s;
	-o-transition: all .1s;
}

/*----------------------------------------------------*/
/*esto es la barra con el circulo */

#decirculo{
	background-color: #88D448;
	width: 60px;
	height: 60px;
	margin: 0px auto;
	float: center;
	position: relative;
	border-top-left-radius: 0%;
	border-top-right-radius: 0%;
	border-bottom-right-radius: 100%;
	border-bottom-left-radius: 100%;
	top:-40px;
	z-index: 95;
}
/*----------------------------------------------------*/
/*esto es la barra con el circulo */

#decirculo{
	background-color: #88D448;
	width: 60px;
	height: 60px;
	margin: 0px auto;
	float: center;
	position: relative;
	border-top-left-radius: 0%;
	border-top-right-radius: 0%;
	border-bottom-right-radius: 100%;
	border-bottom-left-radius: 100%;
	top:-40px;
	z-index: 95;
}

/* seccion de los contenidos */

#contenido452{
	margin: 0 auto;
	position: relative;
	width: 1270px;
	height: 1000px auto;
	margin-bottom: 50px;
	overflow: hidden;
	top: -60px;
	background-color: white;


}

#contenido452 p{
	/*top: 40px;*/
	position: relative;
	font-family: 'Indie Flower', cursive;
}
.titulo452{
	font-size: 50px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
	font-family: 'Indie Flower', cursive;
}
h4{
	font-family: 'Yanone Kaffeesatz', sans-serif;
}
.desc452{
	font-size: 16px;
	text-align: center;
	margin-left: 20px;
	margin-right: 20px;
	
}
.desc452u{
	font-size: 25px;
	text-align: center;
	margin-left: 20px;
	margin-right: 20px;
}
.restat2{
	margin-top: 40px;
}
.restat{
	margin-top: -20px;
	font-size: 20px;
}
#mapai452{
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}
#mapaptz452{
	position: relative;
	width: 500px;
	height: 450px auto;
	z-index: 90;
	overflow: hidden;
	margin-bottom: 20px;

}



/* seccion de footer */

#foot452{
	margin: 0 auto;
	position: relative;
	background-color: #3F3F3F;
	color: white;
	width: 1270px;
	height: 250px;
	top: -70px;


}

#footinf{
	display: block;
	text-align: left;
	position: relative;
	left: 20px;
	top: 10px;

}
#footinf p{
	margin-bottom: 1px !important;
}
#footlink{
	position: relative;
	text-align: center;
	top: 0px;

}
#footlink a{
	color: #00A202;

}

#foot452 p{
	top: 20px;
	position: relative;

}


/*de aqui en adelante codigo nuevo*/
body{
	background-color: #ECEFF0;
}
#todopag2{
	width: 100%;
  	margin: 0px auto;
  	top: 0px;
  	height: 1500px auto;
  	padding: 0px;
  	position: relative;
  	overflow: hidden;
  	

} 

#contenido316{
	margin: 0px auto;
	position: relative;
	width: 1270px;
	height: 1800px;
	padding-bottom: 20px;
	overflow: hidden;
	top: 0px; 
}

.acordionytab{
	position: relative;
	width: 1270px;
	height: 1700px;
	overflow: hidden;
	
}

.acordiondatos{
	position: absolute;
	top: 40px;
	left: 810px;
	width: 460px;
	height: auto;
	margin: 0px auto;
	background-color: white;
	overflow: hidden;
	display: inline-block;
}
.tituloACp{
	text-decoration: underline;
	text-align: center !important;
	font-weight: bold;
	margin-top: 10px;
}
li i{
	font-size: 10px !important;
}
.otrosdatos{
	margin: 0 auto;
	position: relative;
	background-color: white;
	width: 1270px;
	height: 750px;
	top: -50px;

}
.artTitulos{
	position: relative; 
	top: 10px; 
	text-align: center; 
	font-family: IEEsUno; 
	font-size: 20px;
}
.artTitulosBasica{
	color: #0096D9;
}
.artTitulosBio{
	color: #7FD64D;
}
.artTitulosMatfisica{
	color: #FF6200;
}
.artTitulosDiseno{
	color: #0068C9 !important;
}
.artTitulosBanano{
	color: #EDE100 !important;
}
.artTitulosTabaco{
	color: #99523B !important;
}
/*SECCION PARA LOS ACORDEONES */
#contieneACORDION{
	left: -40px;
	top: 10px;
	width: 440px;
	height: 400px auto;
	position: relative;

}
.accordion {
  width: 100%;
  height: 0px auto;
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
}
.accordion h3 {
	width: 97.5%;
	height: 50px;
  	background: #262527;
  	cursor: pointer;
  	background-repeat: no-repeat;
  	border-color: #0D084E;
  	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #060606;
	border-right-color: #060606;
	border-bottom-color: #060606;
	border-left-color: #060606;
	color: white;
	text-decoration: none;
	-moz-border-top-colors: none;
	-moz-border-right-colors: none;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	border-image-source: none;
	border-image-slice: 100% 100% 100% 100%;
	border-image-width: 1 1 1 1;
	border-image-outset: 0 0 0 0;
	border-image-repeat: stretch stretch;
}
.accordion h3 a{color: white;}
.accordion h3 span{
	position: relative;
	font-size: 20px;
	top: 10px !important;
	left: 100px;
}
.accordion h3:hover{
	background-color: #7BC141;
	border-top-color: #70B03B;
	border-right-color: #70B03B;
	border-bottom-color: #70B03B;
	border-left-color: #70B03B;
}
.acordionact{
	background-color: #58A024 !important;
	
	border-top-color: #47821C !important;
	border-right-color: #47821C !important;
	border-bottom-color: #47821C !important;
	border-left-color: #47821C !important;
}
.acordionact:hover{
	background-color: #83CE45;
	border-top-color: #70B03B;
	border-right-color: #70B03B;
	border-bottom-color: #70B03B;
	border-left-color: #70B03B;
}
/*para educacion media*/
.accordionbasica h3:hover{
	background-color: #00A8D2;
	border-top-color: #00A8D2;
	border-right-color: #00A8D2;
	border-bottom-color: #00A8D2;
	border-left-color: #00A8D2;
}
.acordionactbasica{
	background-color: #009AC1 !important;
	border-top-color: #006E8A !important;
	border-right-color: #006E8A !important;
	border-bottom-color: #006E8A !important;
	border-left-color: #006E8A !important;
}
.acordionactbasica:hover{
	background-color: #00B0DC !important;
	border-top-color: #006E8A !important;
	border-right-color: #006E8A !important;
	border-bottom-color: #006E8A !important;
	border-left-color: #006E8A !important;
}
/*//////////////////////*/
/*para educacion matfisica*/
.accordionMatfisica h3:hover{
	background-color: #FF6200;
	border-top-color: #FF6200;
	border-right-color: #FF6200;
	border-bottom-color: #FF6200;
	border-left-color: #FF6200;
}
.acordionactMatfisica{
	background-color: #E54400 !important;
	border-top-color: #C53900 !important;
	border-right-color: #C53900 !important;
	border-bottom-color: #C53900 !important;
	border-left-color: #C53900 !important;
}
.acordionactMatfisica:hover{
	background-color: #FF6200 !important;
	border-top-color: #C53900 !important;
	border-right-color: #C53900 !important;
	border-bottom-color: #C53900 !important;
	border-left-color: #C53900 !important;
}
/*//////////////////////*/
/*para educacion Diseno*/
.accordionDiseno h3:hover{
	background-color: #0068C9;
	border-top-color: #0068C9;
	border-right-color: #0068C9;
	border-bottom-color: #0068C9;
	border-left-color: #0068C9;
}
.acordionactDiseno{
	background-color: #0064C1 !important;
	border-top-color: #004A90 !important;
	border-right-color: #004A90 !important;
	border-bottom-color: #004A90 !important;
	border-left-color: #004A90 !important;
}
.acordionactDiseno:hover{
	background-color: #0068C9 !important;
	border-top-color: #004A90 !important;
	border-right-color: #004A90 !important;
	border-bottom-color: #004A90 !important;
	border-left-color: #004A90 !important;
}
/*//////////////////////*/
/*para educacion Banano*/
.accordionBanano h3:hover{
	background-color: #E1D400;
	border-top-color: #E1D400;
	border-right-color: #E1D400;
	border-bottom-color: #E1D400;
	border-left-color: #E1D400;
}
.acordionactBanano{
	background-color: #EFE201 !important;
	border-top-color: #A89F00 !important;
	border-right-color: #A89F00 !important;
	border-bottom-color: #A89F00 !important;
	border-left-color: #A89F00 !important;
}
.acordionactBanano:hover{
	background-color: #FAEC03 !important;
	border-top-color: #A89F00 !important;
	border-right-color: #A89F00 !important;
	border-bottom-color: #A89F00 !important;
	border-left-color: #A89F00 !important;
}
/*//////////////////////*/
/*para educacion Tabaco*/
.accordionTabaco h3:hover{
	background-color: #8D5031;
	border-top-color: #8D5031;
	border-right-color: #8D5031;
	border-bottom-color: #8D5031;
	border-left-color: #8D5031;
}
.acordionactTabaco{
	background-color: #8D5031 !important;
	border-top-color: #A88556 !important;
	border-right-color: #A88556 !important;
	border-bottom-color: #A88556 !important;
	border-left-color: #A88556 !important;
}
.acordionactTabaco:hover{
	background-color: #8D5031 !important;
	border-top-color: #A88556 !important;
	border-right-color: #A88556 !important;
	border-bottom-color: #A88556 !important;
	border-left-color: #A88556 !important;
}
/*//////////////////////*/
#accSim1{margin-left: 130px; top: 15px;}
#accSim2{margin-left: 100px; top: 15px;}
#accSim3{margin-left: 190px; top: 15px;}
/*GENERAL PARA LA UDAAM*/
/*#accSim1gen{margin-left: 120px;}
#accSim2gen{margin-left: 90px;}
#accSim3gen{margin-left: 90px;}
#accSim4gen{margin-left: 122px;}
#accSim5gen{margin-left: 105px;}
#accSim6gen{margin-left: 145px;}*/

/*para los de primaria ciclo 1*/
#accSim1pu{margin-left: 190px; top: 15px;}
#accSim2pu{margin-left: 220px; top: 15px;}
#accSim3pu{margin-left: 75px; top: 15px;}
#accSim4pu{margin-left: 180px; top: 15px;}
#accSim5pu{margin-left: 220px; top: 15px;}
#accSim6pu{margin-left: 220px; top: 15px;}
#accSim7pu{margin-left: 130px; top: 15px;}


.fotoAC{width: 500px; height: auto;}
.accordion p {
  text-align: justify;
  top: 10px !important;
  margin-right: 10px !important;
  margin-left: 10px !important;
}
.accordion h3 a{
	left: 15px;
	top: 10px;
	position: relative;
	display: inline-block;
}
.accordion article {
	margin-top: -20px;
}
.blockACC{
	background-color: #FBFBFB;
	height: 100%;
	margin-bottom: 40px;
}
.quienesD{
	margin-left: 50px;
	margin-right: 20px;
	
	float: left;

	
}
.contenidodelostabs iframe{
	width: 100%;
	height: 1490px;
}

.txtAbajodatos{text-align: center;}
.txtNumcre{
	position: absolute;text-align: center; left: 78%; top: 12%; font-size: 60px;


}




