*{
	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 -----------------------*/

/*--------------------------- UBICANOS  -------------------------------------*/


.gmanejo_titulo{
	font-size: 1.0em;
	margin-top: 10px;
	margin-bottom: 20px;
	color: #175935
}
.gmanejo_subtitulo{
	font-size: 0.9em;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #175935;
}

.gmanejo_subtitulo_2{
	font-size: 0.9em;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #175935;
}

.gmanejo_columna_1{
	width: 100%;
}
.gmanejo_columna_2{
/*	width: 47%; */
	width: 100%;
}

.manejo_img{
	width: 80%;
	margin: auto;
}

.gmanejo_texto{
	font-size: 0.8em;
	margin: 10px;
	line-height: 1.6;
}

.manejo_seccion{
	background: #fff;
	width: 100%;
    margin: auto;
	margin-top: 88px;
	display: flex;
	flex-direction: column;
}

.manejo_seccion .manejo_seccion_menu{
/*	width: 100%; */
	width: 0%;
	background: #98A57B;
	background: #BCB5A4;
	background: #fff;
}


.manejo_seccion .manejo_informe{
	width: 100%;
	display: flex;
	flex-direction: column;
	margin-left: 10px;
	margin-top: 6px;
}

.manejo_seccion .manejo_informe .manejo_cooperativa{
	background: #fff;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-top: 20px;
	margin-bottom: 50px;
	margin-right: 20px;
}

.manejo_seccion .manejo_informe .manejo_cooperativa > h1{
	text-align: center;
}


.gmanejo_cargo{
	text-align: center;
	text-decoration: none;
	background-color: #EA2E34;
	padding: 10px 30px;
	color: #fff;
	font-size: 0.9em;
}

.gmanejo_enlace{
	text-align: center;
}



.adm_cuadro{
	width: 100%;
	margin: auto;
	
	border-collapse: collapse;
	margin-top: 20px;
/*	background-color: #f1f1c1;
	background-color: #B3CDE8; */
	margin-bottom: 20px;

}
.adm_cuadro th{
	padding: 4px;
	border: 1px solid black;
	background-color: #BDD287;
}


.ubica_mapa{
	background-color: gray;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}


/*------------------- Estilos del Footer -----------------------*/

/*------------------- << Estilos Responsive >> -----------------------*/


@media screen and (min-width:320px) {
	
	.manejo_seccion{
		margin-top: 88px;
	}	

}	


@media screen and (min-width:400px) {
	
	.manejo_seccion{
		margin-top: 94px;
	}	

}	


@media screen and (min-width:480px) {
	
	.manejo_seccion{
		margin-top: 106px;
	}
	
	.manejo_img{
		width: 70%;
		margin: auto;
	}	
	
}


@media screen and (min-width:600px){
	
	.manejo_seccion{
		width: 100%;
		margin: auto;
		margin-top: 124px;
		
		display: flex;
		flex-direction: row;			
	}	

	.manejo_seccion .manejo_seccion_menu{
/*		width: 19%; */
		width: 0%;
	}

	.manejo_seccion .manejo_informe{
/*		width: 79%; */
		width: 100%;
		margin-top: 0px;
	}
	
	.gmanejo_titulo{
		font-size: 1.2em;
	}
	
	.gmanejo_subtitulo{
		font-size: 1em; 
	}
	
	.gmanejo_enlace{
		text-align: center;
	}	
	

}



@media screen and (min-width:768px){
	
	.manejo_seccion{
		margin-top: 145px;
	}
	
	.gmanejo_titulo{
		font-size: 1.2em;
	}
	
	.gmanejo_subtitulo{
		font-size: 1em; 
	}
	
	.gmanejo_subtitulo_2{
		font-size: 0.9em;
	}
	
	.gmanejo_texto{
		font-size: 0.9em;
	}

	.manejo_img{
		width: 60%;
		margin: auto;
	}	
	
	
	
}


@media screen and (min-width:850px){
	
	
	.gmanejo_columna_2{
		width: 47%;
	}
	
	.manejo_seccion{
		margin: auto;
		margin-top: 146px;
	}	
	
	.manejo_img{
		width: 50%;
		margin: auto;
	}	
	
	
	

}

@media screen and (min-width:1024px){

	.manejo_seccion{
		width: 90%;
		margin: auto;
		margin-top: 146px;
	}	

	.gmanejo_titulo{
		font-size: 1.4em;
		margin-bottom: 40px;
	}
	
	.gmanejo_subtitulo{
		font-size: 1.1em; 
	}
	
	.gmanejo_subtitulo_2{
		font-size: 0.9em;
	}
	
	.gmanejo_texto{
		font-size: 1em;
	}	
	
	
}	


@media screen and (min-width:1200px){
	
}


@media screen and (min-width:1400px){
	
}

	
@media screen and (min-width:1500px){ 
	
	.manejo_seccion{
		width: 80%;
		margin: auto;
		margin-top: 146px;
	}
	
}

