@import url(http://fonts.googleapis.com/css?family=Open+Sans);
@import url(menudos.css);


* {
	margin: 0;
	padding: 0;
	text-align: center;
	box-sizing: border-box;
	z-index: 4;
}



header {
	width: 100%;
	display: block;
	position: absolute;
	z-index: 99;
	background-color: #FFFFFF;
	
}



header .contenedor {
	position: absolute;
	z-index: 4;
	display: block;
	width: 100%;
	height: 50px;
	text-align: center;
	float: right;
	/*color: #FCF;*/
	background-color: #E3CDF8;
	
	

}

.contenedor .menu {
	margin-right: 10%;


}




/*
contenedor {
	width: 100%;
	height: 50px;
	color: #ccc;
	position: fixed;
	/*top: 0;*/
	/*left: 0;*/
	/*z-index: 4;
	font-size: 14px;
	color: #FFF;
	font-family: 'Open Sans', sans-serif;
	/*background-color: #E3CDF8;*/
/*}

*/
/* contendor del menu activo*/

/*
.contenedor .menu {
	/*width: 1000px;*/
	/*height: 5%;
	margin-left: 300px;
	text-align: center;
	position: relativo;
	/*background-color: #E3BEF8;*/
	/*
}
*/




/*header .contenedor {
	display: table;
	/*z-index: 4;*/
/*
}
*/







/*

@media (min-width:1024px) {
	.contenedor {
		width: 100%;
		/*position: relative;*/
		/*z-index: 4;*/
/*	}
}
*/
/*
@media (min-width:2000px) {
	.contenedor {
		width: 2000px;
	}
}
*/


footer {
	width: 100%;
	background: #CD9CFA;
}

footer .contenedor {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.copy {
	font-size: 20px;
	margin-top: 10px;
	margin-left: 30px;
	color: #639;
	font-family: 'Open Sans', sans-serif;
}

.sociales {
	width: 100%;
	margin-top: 10px;
	margin-right: 30px;
	text-align: center;
	/*padding-bottom: 25px;*/
}

.sociales a {
	font-size: 28px;
	text-decoration: none;
	color: #639;
	
}


@media (min-width:768px) {
	.sociales {
		
		margin-right: 30px;
		width: auto;
	}
	footer .contenedor {
		justify-content: space-between;
		
		background: #154273;
	}
}

@media (min-width:430px) {
	.sociales {
		width: auto;
	}
	footer .contenedor {
		justify-content: space-between;
		background: #CD9CFA;
	}
}