@import url(https://fonts.googleapis.com/css?family=Abel);
@import url(opciones.css);
@import url(info.css);

body {
	margin: 0;
	padding: 0;
	font-family: 'Abel', sans-serif;
}

header {
	width: 100%;
	background: #adbfff;
}

header .contenedor nav {
	
	display: flex;
}

header .contenedor img{
	width: 276px;
	height: auto;
}

header .contenedor #telefonos{
	flex: auto;
	padding-left: 30%;
	padding-top: 0;
}

header .contenedor #telefonos p{
	font-size: 1.2em;
}

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

footer {
	background: #fe9600;
}

footer .contenedor {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 30px;
	padding-bottom: 5px;
}
#derechos {
	margin-top: 40px;
	display: flex;
	flex: auto;
}
#derechos .copy {
	font-size: 16px;
	color: #fff;
	flex: auto;
}
#derechos img {
	margin-left: 10px;
	max-height: 48px;
}

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

.sociales a {
	margin: 0px 20px;
	color: #fff;
	text-decoration: none;
}

.sociales p {
	margin: 0px 10px;
	color: #fff;
	font-size: .6em;
}

/* Media Querys */
@media screen and (min-width: 768px) {
	.menu {
		display: flex;
	}

	.menu li {
		flex: auto;
		text-align: center;
		border-bottom: 0;
	}
	.menu li a {
		padding-left: 0;
		line-height: 6;
	}
}

@media (min-width: 1080px) {
	.contenedor {
		width: 1080px;
	}
}