*{
	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 -----------------------*/

/*--------------------------- MENSAJE GERENTE  -------------------------------------*/


.ggeren_titulo{
	font-size: 1.0em;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #175935
}

.ggeren_columna_1{
	width: 100%;
}

.gerente_img{
	margin: 20px;
	margin-bottom: 20px;
	max-width: 150px;
	max-height: 200px;
	margin: auto;
}

.ggeren_texto{
	font-size: 0.9em;
	margin: 20px;
	margin-top: 40px;
	margin-right: 40px;
	line-height: 1.6;
}

.ggeren_cargo{
	text-align: center;
	font-weight: bold;
}

.gerente_seccion{
	background: #fff;
	width: 100%;
    margin: auto;
	margin-top: 88px;
	display: flex;
	flex-direction: column;
}

.gerente_seccion .gerente_seccion_menu{
	width: 0%;
	background: #98A57B;
	background: #BCB5A4;
	background: #fff;
}


.gerente_seccion .gerente_informe{
	width: 100%;
	display: flex;
	flex-direction: column;
}

.gerente_seccion .gerente_informe .gerente_cooperativa{
	background: #fff;
	margin-top: 20px;
	margin-bottom: 50px;
}

.gerente_seccion .gerente_informe .gerente_cooperativa > h1{
	text-align: center;
}


/*------------------- Estilos del Footer -----------------------*/

/*------------------- << Estilos Responsive >> -----------------------*/


@media screen and (min-width:320px) {
	
	.gerente_seccion{
		margin-top: 89px;
	}	

	.gerente_img{
		margin: auto;
		max-width: 200px;
		max-height: 250px;
	}
	
}	


@media screen and (min-width:400px) {
	
	.gerente_seccion{
		margin-top: 96px;
	}	

}	


@media screen and (min-width:480px) {
	
	.gerente_seccion{
		margin-top: 106px;
	}
	
}


@media screen and (min-width:600px){
	
	.gerente_seccion{
		width: 100%;
		margin: auto;
		margin-top: 120px;
		
		display: flex;
		flex-direction: row;			
	}	

	.gerente_seccion .gerente_seccion_menu{
		width: 0%;
	}

	.gerente_seccion .gerente_informe{
		width: 100%;
		margin-top: 0px;
	}
	
	.ggeren_titulo{
		font-size: 1.2em;
	}
	
	.gerente_img{
		margin: auto;
		margin: 20px;
		max-width: 200px;
		max-height: 250px;
		float:left; 
	}

}



@media screen and (min-width:768px){
	
	.gerente_seccion{
		margin-top: 140px;
	}
	
	.ggeren_titulo{
		font-size: 1.2em;
	}
	
	.ggeren_texto{
		font-size: 0.9em;
	}
	
}


@media screen and (min-width:850px){
	
	.gerente_seccion{
		margin: auto;
		margin-top: 145px;
	}
	
	.gerente_img{
		max-width: 250px;
		max-height: 300px;
	}	

}

@media screen and (min-width:1024px){

	.gerente_seccion{
		width: 90%;
		margin: auto;
		margin-top: 146px;
	}	

	.ggeren_titulo{
		font-size: 1.4em;
	}
	
	.ggeren_texto{
		font-size: 1em;
	}	
	
}	


@media screen and (min-width:1200px){
	
}


@media screen and (min-width:1400px){
	
	.gerente_img{
		margin-right: 30px;
		margin-left: 30px;
		max-width: 360px;
		max-height: 460px;
	}	
	
}

	
@media screen and (min-width:1500px){ 
	
	.gerente_seccion{
		width: 80%;
		margin: auto;
		margin-top: 146px;
	}
	
}

