*{
	margin: 0;
	padding: 0;
}
header{
	width: 100%;
	background: rgba(0,0,0,.8);
	height: 70px;
	position: fixed;
	z-index: 10;
}
.ancho{
	width: 80%;
	height: 70px;
	/*background: red;*/
	margin: auto;
}
.logo{
	width: 30%;
	height: 70px;
	/*background: blue;*/
	float: left;
	padding-top: 10px;
	box-sizing: border-box;
	font-family: "arimor";
}
.logo p a{
	color: #fff;
	font-size: 40px;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 1px;
	
}
nav{
	width: 70%;
	height: 70px;
	/*background: olive;*/
	float: left;
	text-align: right;
	padding-top: 24px;
	box-sizing: border-box;
}
nav ul li{
	display: inline;
}
nav ul li a{
	color: #fff;
	font-size: 13px;
	text-decoration: none;
	text-transform: uppercase;
	padding-left: 15px;
	font-weight: bold;
	letter-spacing: 1px;
	font-family: serif;
}
nav ul li a:hover{
	color: #444;
}
@font-face{
	font-family: "arimor";
	src: url(../font/Arimo-Regular.ttf);
}