@import url(https://fonts.googleapis.com/css?family=Lato);
@import url(menu.css);
@import url(banner.css);
@import url(blog.css);
@import url(info.css);


* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
		webkit-box-sizing: border-box;
    	-moz-box-sizing: border-box;
}

body {
	font-family: 'Lato', sans-serif;
	background: #F2F2F2;
}

header {
	width: 100%;
	height: 100px;
	background: #F2F2F2;
	color: #fff;

	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}

.contenedor {
	width: 98%;
	margin: auto;

}

h1 {
	float: left;
}

header .contenedor {
	display: table;
}

section {
	width: 100%;
	margin-bottom: 25px;
}

#bienvenidos {
	text-align: center;
}

footer .contenedor {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding-bottom: 25px;
}

.copy {
	font-size: 20px;
}

.sociales {
	width: 100%;
	text-align: center;
	font-size: 28px;
}

.sociales a {
	color: #333;
	text-decoration: none;
}