/**{
	margin: 0;
	padding: 0;
}*/
header{
	width: 100%;
	background: rgba(14,157,145,.7);  /*#0E9D91;*/
	height: 70px;
	position: fixed;
	z-index: 100;
}
.Cabecera{
	width: 80%;
	height: 70px;
	margin: auto;
}
.Logo{
	width: 40%;
	height: 70px;
	float: left;
	padding-top: 10px;
	box-sizing: border-box;
}
.Logo p a{
	color: #fff;
	font-size: 30px;
	text-decoration: none;
	font-weight: bold;
	font-family: LGA;
}
nav{
	width: 60%;
	height: 70px;
	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: Rale;
	transition: 0.4s
}
nav ul li a:hover{
	color: #444;
	transition: 0.4s
}
@font-face{
	font-family: Market;
	src: url(Fuentes/PermanentMarker-Regular.ttf);
}
@font-face{
	font-family: Rale;
	src: url(Fuentes/Raleway-Regular.ttf);
}
@font-face{
	font-family: LGA;
	src: url(Fuentes/anirb___.ttf);
}
