@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('menu.css');
@import url('banner.css');
@import url('organizacion.css');
@import url('slider_automatico.css');
@import url('info.css');
@import url('proyectos.css');

*{
	box-sizing: border-box;
	margin:0;
	padding: 0;
}
body{
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
}
header{
	width: 100%;
	height: 55px;
	background: rgb(2,0,155);
	color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}

.contenedor{
	width: 98%;
	margin: auto;
}

.contenedor h2{
	text-align: center;
}

h1{
	float: left;
}

.contenedor h1 a{
	text-decoration: none;
	color: white;
}

header .contenedor{
	display: table;
}
section{
	width: 100%;
	margin-bottom: auto;
}

#somos{
	text-align: center;
}

.copy{
	font-size: 20px;
}

#somos p{
	text-align: justify;
	padding-left: 3%;
    padding-right: 3%;
    padding-bottom: 3%;
}

footer .contenedor{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-bottom: 25px;
}

.sociales{
	width: 100%;
	text-align: center;
	font-size: 28px;
}

.sociales a{
	color: #333;
	text-decoration: none;
}

@media (min-width: 1024px){
	.contenedor{
		width: 90%;
	}
}