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

*{
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}
body{
	 font-family:'Century Gothic', sans-serif;
	margin-top: 0;

}

.menu{

	width: 100% !important;
	height: 500px; 

}
.footer{
	width: 100% !important;
	height: 45px !important;
	position:inherit;
	bottom: 0;
	left: 0;
}
hr{
	padding: 0;
	margin: 0;
}
.row{
	width: 100%;
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
}

div#gen{
	width: 70%;
	height: auto;
	margin-left: 10px;
	display: inline-block;
	border-radius: 20px;
	background-color:#01063D;
	text-align: justify;
	color:#01063D;
	margin-top: 20px
}
div#presentacion{
	margin-top: 10px ;
	margin-left:10px ;
	margin-right: 10px;
	border-radius: 10px;
	text-align: justify;
	padding: 20px;
	display: inline-block;
	background-color: #ccc;	
}
div#presentacion h2{
		font-size: 1.5rem;
}
div#presentacion p{
		line-height: 1rem;
}

div#mision{
	margin-top: 10px;
	margin-left:10px ;
	margin-right: 10px;
	border-radius: 10px;
	text-align: justify;
	padding: 20px;
	display: inline-block;
	background-color: #ccc;
}
div#mision h2{
		font-size: 1.5rem;
}
div#mision{
		line-height: 1rem;
}
div#vision{
	margin-top: 10px;
	margin-left:10px ;
	margin-right: 10px;
	margin: 10px;
	border-radius: 10px;
	text-align: justify;
	padding: 20px;
	display: inline-block;
	background-color: #ccc;
}
div#vision h2{
		font-size: 1.5rem;
}
div#vision p{
		line-height: 1rem;
}
div#noticia{
	position: inherit;
	display: inline-block;
}
div#noti{
	position: inherit;
}
div#noticia.container{
	height: auto;

}


div#genral{
	position: inherit;
}

div#facebook{
	background-color: white;

	
	float: right;
	width: 350px;	
	padding: 20px;
	margin-right: 20px;
	position: inherit;

}
div#fb-root {
	position: inherit;

	top: -10000px;
}
div#facek{
	position: inherit;


}
.fb-page{
	position: inherit;	 
	background-position: green;	

}
fb_reset{
	position: inherit;
}
div#sesion{
	padding: 60px;
	position: inherit;
	display: block;
}
.col-lg-4 {
	width: 100%;
	display: block;
	position: inherit;
}
.card-columns{
	display: flex;
}

.offset-4{position: inherit;}

div{
	padding: 0px;	
	text-align: justify;
	margin-top: 0;
}
h1{
	font-size: 24px;
}

@media (max-width: 800px){

	div#gen{
		display: block;
		width: 100%;
		height: auto;
		justify-content: center;
	}


	h1{
		font-size: 20px;
			}
	p{ font-size: 14px;}
	}