@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'pwaprilmedium';
    src: url('../fonts/pwapril-webfont.eot');
    src: url('../fonts/pwapril-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/pwapril-webfont.woff') format('woff'),
url('../fonts/pwapril-webfont.ttf') format('truetype'),
url('../fonts/pwapril-webfont.svg#pwaprilmedium') format('svg');
    font-weight: normal;
    font-style: normal;
	
}



@font-face { font-family: 'Papyrus';
src: url('../fonts/papyrus/papyrus.eot');
src: url('../fonts/papyrus/papyrus.eot?#iefix') format('embedded-opentype'),
url('../fonts/papyrus/papyrus.svg#Papyrus') format('svg'),
url('../fonts/papyrus/papyrus.woff') format('woff'),
url('../fonts/papyrus/papyrus.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}


@font-face { font-family: 'Rotis Sans Serif Std Light'; src: url('../fonts/rotis/rotis_sansserif_std_light.eot'); src: url('../fonts/rotis/rotis_sansserif_std_light.eot?#iefix') format('embedded-opentype'), url('../fonts/rotis/rotis_sansserif_std_light.svg#Rotis Sans Serif Std Light') format('svg'), url('../fonts/rotis/rotis_sansserif_std_light.woff') format('woff'), url('../fonts/rotis/rotis_sansserif_std_light.ttf') format('truetype'); font-weight: normal; font-style: normal;}


html, body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}
#full-screen-background-image {
  z-index: -999;
  min-height: 100%;
  min-width: 100%;
  width: 100%;
  height: 102%;
  position: fixed;
  top: 0;
  left: 0;
}


/*Body__________________________________________________________________________*/


body{
font-family: 'Rotis Sans Serif Std Light';
margin:0 auto;
background-color:#336;
}


/*Container__________________________________________________________________________*/
.container{
	position:relative;
	margin:0 auto;
	width:1024px;
	height:600px;
	z-index:1;
	}

/*header__________________________________________________________________________*/
/*header__________________________________________________________________________*/
#header_principal{
	position:fixed;
	margin:0px auto;
	z-index:10;
	background-image: url(../img/back_pleca.png);
	width:1024px;
	height:140px;

	}
	
	#header_principal #home a{
	text-decoration: none;
position: absolute;
font-family: 'pwaprilmedium';
color: #FFF;
font-size: 45px;
left: 471px;
top: 23px;
	}
#header_principal #home a:hover{
	color: #FC6;
	}

/* BARARA DE NAVEGACION UNO__________________________________________________________________________*/

.menu{
	font-family: 'pwaprilmedium';
list-style: none;
padding: 0px;
margin: 0px;
font-size: 21px;
position: absolute;
top: 95px;
left: 50px;
width:400px;
}
.menu li{
	margin:0px;
	padding:0px;
	float:left;
	position:relative;
	padding:2px 8px 0px 8px;

}
.menu li a{
	display: block;
	width: 100px;
	height: 30px;
	padding: 6px;
	line-height:30px;
	text-decoration: none;
	text-align: center;
	color: #FFF;
	position: relative;
 }
 
.menu li a:hover{
	color:#FC6;
	text-align: center;
}

.menu ul{
    position:absolute;
	left:0px;
	top:32px;
	margin:0px;
	list-style:none;
	padding:0px;
	opacity:0;
	transition:opacity .35s ease .2s;
	-webkit-transition:opacity .35s ease .2s;
	-moz-transition:opacity .35s ease .2s;
	-o-transition:opacity .35s ease .2s;
	visibility:hidden;	
}
.menu ul li a{
	border-left:none;
	display:block;
	text-align:left;
	background-color: #063;
	width:150px;
	border-radius:10px
}


.menu li:hover ul{
    opacity:1;
	visibility:visible;
}


/* BARARA DE NAVEGACION DOS__________________________________________________________________________*/
.s_menu{
	font-family: 'pwaprilmedium';
	list-style: none;
	padding: 0px;
	margin: 0px;
	font-size: 21px;
	position: absolute;
	top: 95px;
	left: 585px;
	width: 450px;
}
.s_menu li{
	margin:0px;
	padding:0px;
	float:left;
	position:relative;
	padding:2px 8px 0px 8px;

}
.s_menu li a{
	display: block;
	width: auto;
	height: 30px;
	padding: 6px;
	line-height:30px;
	text-decoration: none;
	text-align: center;
	color: #FFF;
	position: relative;
 }
 
.s_menu li a:hover{
	color:#FC6;
	text-align: center;
}

.s_menu ul{
    position:absolute;
	left:0px;
	top:32px;
	margin:0px;
	list-style:none;
	padding:0px;
	opacity:0;
	transition:opacity .35s ease .2s;
	-webkit-transition:opacity .35s ease .2s;
	-moz-transition:opacity .35s ease .2s;
	-o-transition:opacity .35s ease .2s;
	visibility:hidden;	
}
.s_menu ul li a
	{
	border-left:none;
	display:block;
	text-align:left;
	background-color: #063;
	width:100px;
	border-radius:10px
}

.s_menu li:hover ul{
    opacity:1;
	visibility:visible;
}

.call {
	font-family: 'pwaprilmedium';
	list-style: none;
	padding: 0px;
	margin: 0px;
	font-size: 32px;
	position: absolute;
	top: 20px;
	left: 597px;
	width: 450px;
	color: #FFF;
}


/*etiquetas__________________________________________________________________________*/
h1{
	position: absolute;
	top: 5px;
	left: 40px;
	font-family: 'pwaprilmedium';
	font-size: 65px;
	font-weight: 100;
	color:#FFF;
	}
	

/*PUNTOS__________________________________________________________________________*/

#puntos{
	position: absolute;
	top: 100px;
	left: 300px;
	}


/*wrapper scroll__________________________________________________________________________*/



#wrapper_scroll{
	position: relative;
	top: 150px;
	left:35px;
	width:952px;
	height:649px;
	}


/*maternal__________________________________________________________________________*/

#wrapper_scroll #article_principal{
	position: absolute;
	margin: 0 auto;
	top: 165px;
	left: 20px;
	width: 915px;
	height: 414px;
	}

#wrapper_scroll #foto_maternal{

	left:20px;
	width:179px;
	height:400px;
	background-color:#c9252c;
	float:left;
	}

#wrapper_scroll #foto_maternal #maternal{
	margin:3.2px 3.2px 0 3.2px;
	width:172px;
	height:337px;
	background-color:#c9252c;
	}

#wrapper_scroll #foto_maternal h2{

	font-family: 'pwaprilmedium';
	text-align:center;
	color:#FFF;
	font-size:24px;
	margin-top:10px;
	font-weight: 100;
	}
#wrapper_scroll  a{
	text-decoration:none;
	}

#wrapper_scroll #foto_maternal:hover{
	background-color: #F00;
	-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
color:#666;
	}
	


/*preescolar__________________________________________________________________________*/

#wrapper_scroll #foto_preescolar{

	left:20px;
	width:179px;
	height:400px;
	background-color:#fff100;
	float:left;
	margin-left:5px;
	}

#wrapper_scroll #foto_preescolar #preescolar{
	margin:3.2px 3.2px 0 3.2px;
	width:172px;
	height:337px;
	background-color:#c9252c;
	}

#wrapper_scroll #foto_preescolar h2{

	font-family: 'pwaprilmedium';
	text-align:center;
	color:#000;
	font-size:24px;
	margin-top:10px;
	font-weight: 100;
	}
#wrapper_scroll  a{
	text-decoration:none;
	}

#wrapper_scroll #foto_preescolar:hover{
	background-color: #FFC;
	-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
color:#666;
	}
	
	
	
	
/*primaria__________________________________________________________________________*/

#wrapper_scroll #foto_primaria{

	left:20px;
	width:179px;
	height:400px;
	background-color:#023e88;
	float:left;
	margin-left:5px;
	}

#wrapper_scroll #foto_primaria #primaria{
	margin:3.2px 3.2px 0 3.2px;
	width:172px;
	height:337px;
	background-color:#c9252c;
	}

#wrapper_scroll #foto_primaria h2{

	font-family: 'pwaprilmedium';
	text-align:center;
	color:#FFF;
	font-size:24px;
	margin-top:10px;
	font-weight: 100;
	}
#wrapper_scroll  a{
	text-decoration:none;
	}

#wrapper_scroll #foto_primaria:hover{
	background-color: #06F;
	-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
color:#666;
	}	
	
/*SECUNDARIA__________________________________________________________________________*/

#wrapper_scroll #foto_secu{

	left:20px;
	width:179px;
	height:400px;
	background-color:#faa519;
	float:left;
	margin-left:5px;
	}

#wrapper_scroll #foto_secu #secu{
	margin:3.2px 3.2px 0 3.2px;
	width:172px;
	height:337px;
	background-color:#c9252c;
	}

#wrapper_scroll #foto_secu h2{

	font-family: 'pwaprilmedium';
	text-align:center;
	color:#000;
	font-size:24px;
	margin-top:10px;
	font-weight: 100;
	}
#wrapper_scroll  a{
	text-decoration:none;
	}

#wrapper_scroll #foto_secu:hover{
	background-color: #FF0;
	-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
color:#666;
	}		
	
	
/*preparatoria__________________________________________________________________________*/

#wrapper_scroll #foto_prepa{

	left:20px;
	width:179px;
	height:400px;
	background-color:#009042;
	float:left;
	margin-left:5px;
	}

#wrapper_scroll #foto_prepa #prepa{
	margin:3.2px 3.2px 0 3.2px;
	width:172px;
	height:337px;
	background-color:#c9252c;
	}

#wrapper_scroll #foto_prepa h2{

	font-family: 'pwaprilmedium';
	text-align:center;
	color:#fff;
	font-size:24px;
	margin-top:10px;
	font-weight: 100;
	}
#wrapper_scroll  a{
	text-decoration:none;
	}

#wrapper_scroll #foto_prepa:hover{
	background-color: #0F0;
	-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
color:#666;
	}
	
	a{text-decoration:none;}
img{border:none;}
