* {
	margin:0;
	padding:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	-moz-font-smoothing:antialiased;
	-o-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
 
body {
	font-family:"Open Sans", Lato, Helvetica, Arial, sans-serif;
	font-weight:300;
	font-size: 14px;
	line-height:30px;
	color:#777;
	
}



.slider {
	width: 95%;
	margin: auto;
	
	
	
}
.slider ul{
	padding: 0;
	display: flex;
	width: 400%;
	
	
	
	
}

.slider li{
	list-style: none;
	width: 100%;
	
	
}

.slider img{
	
	
}
@keyframes cambio {
0% { margin left: 0; }
20% { margin left: 0; }
	
25% { margin left: -100%; }
45% { margin left: -100%; }
50% { margin left: -200%; }
70% { margin left: -200%; }
75% { margin left: -300%; }
95% { margin left: -300%; }
100% { margin left: -400%; }
}





.enca img{
	margin-top:10px;
	
	}

.enca {
    max-width:100%;
	width:100%;
	margin:0 auto;
	position: relative;
   	background-image: url("http://www.institutoayelen.edu.ar/contact-form-1.2/images/ayelen-frente-des.jpg");
	background-position: center;
    
}
.container1  {
	max-width: 640px;
	width: 80%;
	margin:0 auto;
    position: relative;
	
}
header {
	position: fixed;
	width:100%;
	z-index:100;
	/*text-align:center;*/
}
#navderecha{
	
	color:#fff;
	position:fixed;
	width:40px;
	height:150px;
	text-align:center;
	vertical-align:middle;
	right:0;
	top:250px;
	background:#0098DA;
	text-decoration:none;
	
	}
	
#navface a{
	
/*	box-shadow: 5px 5px 5px #6d6d6d;*/
	border-radius:10px 0px 0px 10px;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	padding-top: 5px;
	font-size:23px;
	color:#fff;
	position:fixed;
	width:100px;
	height:60px;
	text-align:center;
	vertical-align:middle;
	right:0;
	bottom: 320px;
	background:rgb(191, 191, 191);
	text-decoration:none;
	z-index:100;
	
	}	

#navface a:hover{
	background:#f58631;
}
#pre a{
	
/*	box-shadow: 5px 5px 5px #6d6d6d;*/
	border-radius:10px 0px 0px 10px;
	padding-top:10px;
	padding-left:10px;
	padding-right:5px;
	font-size:23px;
	color:#fff;
	position:fixed;
	width:100px;
	height:60px;
	text-align:center;
	vertical-align:middle;
	right:0;
	bottom: 480px;
	background:rgb(191, 191, 191);
	text-decoration:none;
	z-index:100;
	
	}	
#pre a:hover{
	background:#f58631;
}
#iwalp a{
	
/*	box-shadow: 5px 5px 5px #6d6d6d;*/
	border-radius:10px 0px 0px 10px;
	padding-top:10px;
	padding-left:10px;
	padding-right:5px;
	font-size:23px;
	color:#fff;
	position:fixed;
	width:100px;
	height:60px;
	text-align:center;
	vertical-align:middle;
	right:0;
	bottom: 400px;
	background:rgb(191, 191, 191);
	text-decoration:none;
	z-index:100;
	
	}	
#iwalp a:hover{
	background:#f58631;
}

#navface a:hover{
	background:#f58631;
}


#navtwiter a{
	float:left;
	box-shadow: 5px 5px 5px #000000;
	border-radius:10px 0px 0px 10px;
	padding-top:10px;
	padding-left:10px;
	padding-right:5px;
	font-size:43px;
	color:#fff;
	position:fixed;
	width:100px;
	height:40px;
	text-align:center;
	/*vertical-align:middle;*/
	right:0;
	bottom:120px;
	background:rgb(191, 191, 191);
	text-decoration:none;
	z-index:100;
	
	}	

#navtwiter a:hover{
	background:#cc5700;
}
	
#separador-cabecera{
	height:150px
	}
#contenedor-nav{
	background:#025f88;
	width:100%;
	/*text-align:center;*/
	margin-left:auto;
	margin-right:auto;
	}
.contenedor{
	width:90%;
	margin-left:auto;
	margin-right:auto;
	} 
header nav {
	/*display: table;*/
	/*text-align: center;*/
	width: 850px;
	height:40px;
	padding-left:auto;
	padding-top:5px;
	max-width: 850x;
	margin-left: auto;
	margin-right: auto;
	alignment-adjust: middle;
	background: #025f88;
/*	left: auto;
	right: auto;*/
}
header contenedor{
	margin-left:auto;
	margin-right:auto;
	}
 
.menu_bar {
	display:none;
	
	
	
}
 
header nav ul {
	overflow:hidden;
	list-style:none;
}
 
header nav ul li {
	float:left;
	/*border:1px solid rgba(255,255,255, .3);*/
	/*border-left:1px solid rgba(255,255,255, .3);
	border-right:1px solid rgba(255,255,255, .3);*/
	padding-left:5px;
	padding-right:6px;
}
 
header nav ul li a {
	color:#fff;
	padding:5px;
	display:block;
	text-decoration:none;
}
 
header nav ul li span {
	margin-right:5px;
}
 
header nav ul li a:hover {
	background: #f58631;
	color:aliceblue;
	font-size: 16px;
}

header .scroll{
	display:none;
	text-decoration:none;
	background: #0098DA;
	white-space:nowrap;
	overflow:auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-syle: -ms-autohiding-scrollbar;
	height:40px;
	padding-top:10px;
	
	
	}
header .scroll a{
	color:#037E8C;
	padding-left:10px;
	padding-right:10px;
	text-decoration:none;
	color:#FFF;
	border-right:1px solid rgba(255,255,255, .3);
	}
header .scroll a:hover{
	background:#037E8C;
}

#main{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	height:3500px;
	
	}
#contenedor-general{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	text-decoration:none;
	max-width:100%;
	float: none;
	height:3500px;
	padding:20px;
		}
.contenedor70{
	text-align: left;
	text-decoration:none;
	color:#000;
	height:auto;
	float:left;
	width: 68%;
	padding: 0px;
	margin-top: 50px;
	box-sizing: border-box;
	border: none;
	background-color: #FFF;
	
/*-khtml-border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;*/

	}
.contenedor100{
	/*-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;*/
	height:auto;
	float:left;
	width: 100%;
	padding: 20px;
	margin-top: 10px;
	box-sizing: border-box;
	border-bottom:thin;
	/*border: thin solid #666666;*/
	background-color: #FFF;
	text-decoration:none;
	}	
.contenedor100 p{
	margin-bottom:10px;
	margin-top:10px;
	text-align:justify;
	}


.imagender {
	float:left;
	margin-right:10px;
	}	
.contcont{
	width: 1000px;
	margin:0 auto;
    position: relative;
	
}
 .contenedor30{
	 
/*-khtml-border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;*/

	 color:#000;
	text-decoration:none;
	height: auto;
	float: left;
	width: 29%;
	height: contain;
	padding: 10px;
	margin-top: 50px;
	margin-left: 8px;
	box-sizing: border-box;
	border: medium  #666666;
	background-color: #FFF;
	}
.contenedor30:hover{
	
	
	}
.contenedor30 img{
	width: 100%;
	padding: 0px;
}

.fb-page{
	float: none;
	
}
.contenedor31{
	 
/*-khtml-border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;*/

	color:#000;
	text-decoration:none;
	height: auto;
	float: right;
	width: 29%;
	height: contain;
	padding: 10px;
	margin-top: 10px;
	margin-left: 10px;
	
	border: medium  #666666;
	background-color: #FFF;
	}
	
			
.contenedor70:hover{
	
	}		
.contenedor30 h1, h2, h3, p, a{
	margin-bottom: 5px;
	text-decoration: none;
	
	
	font-family: Lato, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 125%;
	}
.contenedor70 img{
	margin-top:10px;
	}
.contenedor100 img{
	margin-top:10px;
	}				
.boton a{
	color:#FFF;
	text-decoration:none;
	display:block;
	background:#CCC;
	}	
section {
	padding:20px;
}

.video-responsive {
    position: relative;
    margin-bottom: 20px;
    padding-top: 56.25%;
}
.video-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#pie{
	
	text-decoration:none;
	width:100%;
	position:fixed;
	background:#025f88;
	height:55px;
	bottom:0px;
	padding-top: 5px;
	color:#FFF;
	}
#pie a{
	text-decoration:none;
	color:#FFF;
	}
 
@media screen and (max-width:1024px ) {
	.enca{
		display:none;
		}
	
	header nav {
		width:130px;
		height:100%;
		left:-100%;
		margin:0;
		position: fixed;
	}
 
	header nav ul li {
		display:block;
		float:none;
		border-bottom:1px solid rgba(255,255,255, .3);
	}
 
	.menu_bar {
		display:block;
		width:100%;
		background:#ccc;
	}
 
	.menu_bar .bt-menu {
		display:block;
		padding:5px;
		background:#025f88;
		color:#fff;
		text-decoration:none;
		font-weight: bold;
		font-size:27px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
 
	.menu_bar span {
		float:right;
		font-size:40px;
	}
	
	header .scroll{
	display:block;
	text-decoration:none;
	background:#CCC;
	white-space:nowrap;
	overflow:auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-syle: -ms-autohiding-scrollbar;
	height:40px;
	padding-top:10px;
	
	
	}
	





	#separador-cabecera{
	height:0px
	}
	.contenedor{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	}
	.contenedor-general{
		background-color:#0CF;
		}
	
	.contcont{
	width: 80%x;
	margin:0 auto;
    position: relative;
	
}
	
	.contenedor70{
	padding: 0px;
	width: 100%;
	font-family: Lato, Arial, Helvetica, sans-serif;
	font-size: 14px;
		}
	.contenedor30{
		padding: 0px;
		width: 40%;
		}		

.contenedor31{
		padding: 10px;
		width:100%;
		}		

	
	
	
	
	@media screen and (max-width:700px ) {
	.enca{
		display:none;
		}
	
	header nav {
		width:130px;
		height:100%;
		left:-100%;
		margin:0;
		position: fixed;
	}
 
	header nav ul li {
		display:block;
		float:none;
		border-bottom:1px solid rgba(255,255,255, .3);
	}
 
	.menu_bar {
		display:block;
		width:100%;
		background:#ccc;
	}
 
	.menu_bar .bt-menu {
		display:block;
		padding:5px;
		background:#025f88;
		color:#fff;
		text-decoration:none;
		font-weight: bold;
		font-size:27px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
 
	.menu_bar span {
		float:right;
		font-size:40px;
	}
	
	header .scroll{
	display:block;
	text-decoration:none;
	background:#CCC;
	white-space:nowrap;
	overflow:auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-syle: -ms-autohiding-scrollbar;
	height:40px;
	padding-top:10px;
	
	
	}
	





	#separador-cabecera{
	height:0px
	}
	.contenedor{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	}
	.contenedor-general{
		background-color:#0CF;
		}
		.contcont{
	width: 100%;
	margin:0 auto;
    position: relative;
	
}
	
	.contenedor70{
	padding: 0px;
	width: 100%;
	font-family: Lato, Arial, Helvetica, sans-serif;
	font-size: 14px;
		}
	.contenedor30{
		padding: 0px;
		width:100%;
		}		

.contenedor31{
		padding: 10px;
		width:100%;
		}		
