*{
	margin: 0px;
	padding: 0px;
	font-family: rale;
}

header{
	width: 100%;
	background: rgba(254,254,254,1);
	/*background: red*/;
	height: 110px;
	position: fixed;
	z-index: 10;
}
/* aquí estamos modificando el ancho */
.ancho{
	width: 80%;
	height: 70px;
	/*background: yellow*/;
	margin: auto;
}
.logo{
	width: 10%;
	height: 70px;
	/*background: blue*/;
	float: left;
	padding-top: 10px;
	box-sizing: border-box;
	
}

.logo1{
	width: 20%;
	height: 70px;
	/*background: black*/;
	float: left;
	padding-top: 60px;
	box-sizing: border-box;
}
.logo1 p a{
	color: #000000;
	font-size: 50px;
	text-decoration: none;
	font-weight: bold;
	font: bold 36px rale;
	text-shadow: rgb(0,0,0) 0px 5px  6px;
	box-sizing: border-box;
}
nav{
	width: 70%;
	height: 70px;
	/*background: olive*/;
	float: left;
	text-align: right;
	padding-top: 80px;
	box-sizing: border-box;
}
nav p a{
	
	padding-top: 50px;
	box-sizing: border-box;
}
nav ul li{
	display: inline;
}
nav ul li a{
	color: #000000;
	font-size: 13px;
	text-decoration: none;	
	padding-left: 25px;
	font-weight: bold;
	letter-spacing: 1px;
	font-family: rale;
}
nav ul li a:hover{
	color: #000066;
	font-size: 15px;
}
@font-face{
	font-family: rale;
	src: url(fuentes/Raleway-Regular.ttf);
}
