@font-face { font-family: Futura; src: url('futura.ttf'); }
body{font-family: Futura;}
#encabezado{
	position:fixed;
	left:0; top:0;width:100%; height:45px;
	background-image: linear-gradient(140deg, #b4decc 0%, #1fc8db 51%, #2cb5e8 85%);
}
h1{
	text-align:center;
	margin:0;
	letter-spacing: 5px; 
	font-weight: normal;
	color:white;
}
h1 a{
	text-decoration: none;
	color: white;
}
.lenguaje{
	position:absolute;
	top:11px;right:5px;
	margin:0;
	color: #e0e0e0;
}
#log{
	text-decoration: none;color: white;}
.linkLeng{
	text-decoration: none;color: inherit;
}
#contexto{
	width: 100%;
	margin: 50px auto;
}

@media screen and (min-aspect-ratio:16/10){
#contexto{
	width: 700px;
}
}
