*{
	box-sizing: border-box;
}

body{
	font-family: 'Arial', 'Verdana';
	margin: 0;
	background:gray;
/*	background: #209F63;*/
}

/*------------------- Estilos Base -------------------------------*/

/*------------------- Estilos Header -----------------------------*/

/*------------------- Estilos del Menú ---------------------------*/

/*------ Estilos Principales : Contactenos -----------------------*/

/*--------------------------- SISTEMA EDUCATIVO  -------------------------------------*/


.geduca_titulo{
	font-size: 1.0em;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #175935
}

.geduca_subtitulo{
	font-size: 0.9em;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #175935;
	text-align: center;
}



.geduca_columna_1{
	width: 100%;
}

.educacion_img{
	margin: 20px;
	margin-bottom: 20px;
	max-width: 250px;
	max-height: 200px;
	margin: auto;
}

.geduca_texto{
	font-size: 0.9em;
	margin: 20px;
	margin-top: 40px;
	margin-right: 40px;
	line-height: 1.6;
}

.geduca_cargo{
	text-align: center;
	text-decoration: none;
	background-color: #EA2E34;
	padding: 10px 30px;
	color: #fff;
	font-size: 0.9em;
}

.geduca_enlace{
	text-align: center;
}

.educacion_seccion{
	background: #fff;
	width: 100%;
    margin: auto;
	margin-top: 88px;
	display: flex;
	flex-direction: column;
}

.educacion_seccion .educacion_seccion_menu{
	width: 0%;
	background: #98A57B;
	background: #BCB5A4;
	background: #fff;
}


.educacion_seccion .educacion_informe{
	width: 100%;
	display: flex;
	flex-direction: column;
}

.educacion_seccion .educacion_informe .educacion_cooperativa{
	background: #fff;
	margin-top: 20px;
	margin-bottom: 50px;
}

.educacion_seccion .educacion_informe .educacion_cooperativa > h1{
	text-align: center;
}


/*------------------- Estilos del Footer -----------------------*/

/*------------------- << Estilos Responsive >> -----------------------*/


@media screen and (min-width:320px) {
	
	.educacion_seccion{
		margin-top: 89px;
	}	

	.educacion_img{
		margin: auto;
		max-width: 280px;
		max-height: 230px;
	}
	
}	


@media screen and (min-width:400px) {
	
	.educacion_seccion{
		margin-top: 96px;
	}	

}	


@media screen and (min-width:480px) {
	
	.educacion_seccion{
		margin-top: 106px;
	}
	
}


@media screen and (min-width:600px){
	
	.educacion_seccion{
		width: 100%;
		margin: auto;
		margin-top: 120px;
		
		display: flex;
		flex-direction: row;			
	}	

	.educacion_seccion .educacion_seccion_menu{
		width: 0%;
	}

	.educacion_seccion .educacion_informe{
		width: 100%;
		margin-top: 0px;
	}
	
	.geduca_titulo{
		font-size: 1.2em;
	}

	.geduca_subtitulo{
		font-size: 1.1em;
		text-align: left;
	}
	
	
	.educacion_img{
		margin: auto;
		margin: 20px;
		max-width: 300px;
		max-height: 250px;
		float:left; 
	}
	
	.geduca_enlace{
		text-align: left;
	}

}



@media screen and (min-width:768px){
	
	.educacion_seccion{
		margin-top: 140px;
	}
	
	.geduca_titulo{
		font-size: 1.2em;
	}

	.geduca_subtitulo{
		font-size: 1.1em;
	}
	
	.geduca_texto{
		font-size: 0.9em;
	}
	
}


@media screen and (min-width:850px){
	
	.educacion_seccion{
		margin: auto;
		margin-top: 145px;
	}
	
	.educacion_img{
		max-width: 350px;
		max-height: 250px;
	}	

}

@media screen and (min-width:1024px){

	.educacion_seccion{
		width: 90%;
		margin: auto;
		margin-top: 146px;
	}	

	.geduca_titulo{
		font-size: 1.4em;
	}

	.geduca_subtitulo{
		font-size: 1.1em;
	}
	
	.geduca_texto{
		font-size: 1em;
	}	
	
}	


@media screen and (min-width:1200px){
	
}


@media screen and (min-width:1400px){
	
	.educacion_img{
		margin-right: 30px;
		margin-left: 30px;
		max-width: 350px;
		max-height: 250px;
	}	
	
}

	
@media screen and (min-width:1500px){ 
	
	.educacion_seccion{
		width: 80%;
		margin: auto;
		margin-top: 146px;
	}
	
}

