@import url(http://fonts.googleapis.com/css?family=Open+Sans);
@import url(menu.css)
@charset "utf-8";
/* CSS Document */
* {
margin:0;
padding:0;
box-sizing: border-box;
}

body{
	font-family: 'Open Sans', sans-serif;
}

header{
	width: 100%;
	height: 50 px;
	background:#373737;
	color:#FFF;
	
	position:fixed;
	top:0;
	left:0;
	z-index:100;
}

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

header.contenedor {
	display:table;
}

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

.copy {
	font-family:20px
}

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

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