header nav {
	background:#fff;
	margin-bottom:5px;
	text-align:center;
	
	
}
 
header nav ul {
	list-style: none;
	overflow: hidden;
	
}
 
header nav ul li {
	float: left;
	font-size: 1.4em;
	
	
}
 
header nav ul li a {
	display: block;
	padding: 10px;
	color: #000;
	text-decoration: none;
	font-family: "Arial Black", Gadget, sans-serif;
	font-style: normal;
}
 
header nav ul li a:hover {
	bacgraund: #000;
	color: #000;
	transform:scale(1.1,1.1);
	
}
 
 
/* --- Clase que agregaremos cuando el usuario haga scroll --- */
.menu-fixed {
	position: fixed;
	z-index: 1000;
	top: 0;
	max-width: 1200px;
	width: 100%;
	opacity: ;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;

		


	
}
.menu_movil{
	position: fixed;
	z-index: 1000;
	top: 0;
	max-width: 1200px;
	width: 100%;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
	opacity: 0.6;

}
