* {
	 padding:0px ;
	margin:0;
	
}
header1 {
	width: 100%;
	height: 3rem;
	max-width:100%;
	}

header1 nav {
	position: none; /* Hacemos que la cabecera tenga una posición fija */	
background:#F0F0F0;
	z-index:1000;
	max-width: 100%;
    text-align:center;
		
	width:100%;
	margin:0px auto;
}

header1 nav ul {
	list-style:none;
}

header1 nav ul li {
	display: inline-block;
	position: relative;
	transformation: column;
max-with: 100%;	
}
 
header1 nav ul li:hover {
	background:#8a59c8
;
}
header1 nav ul li a {
	color: #000;
	display:block;
	text-decoration:none;
	padding: 5px;
}

header1 nav ul li a span {
	margin-right:0px;
}
