@font-face { font-family: Futura; src: url('futura.ttf'); }
body{font-family: Futura;}
:focus{outline: none;}
#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;
}

#bienvenuNuevo{color: rgb(245 95 95);}
#noEncabezado{display:none;left:0; top:45px;width:100%;background:#ffffffc7;}
#logeos{width:500px; height:300px;background-color: white;top: 0; bottom: 0; left: 0; right: 0;
	margin: auto;
	border:2px solid;
	border-image-source: linear-gradient(140deg, #b4decc 0%, #1fc8db 51%, #2cb5e8 85%);border-image-slice: 1;
	box-shadow: 10px 10px 16px #dcdcdc;
}
.cajaLog{width:230px; height:280px;
	float: left;
	margin: 5px; padding:5px;
}
.titulo{font-size:2em;line-height: 0;}
.campoLog{
	border-bottom: 2px solid #1fc8db;
	line-height: 15px;
	margin: 13px;
	outline:none;
}
.campoLog:focus + .etiquetaLog{top:-40px;left:-60px;font-size: .8em;cursor:context-menu;}
.campoLog:valid + .etiquetaLog{top:-40px;left:-60px;font-size: .8em;cursor:context-menu;}
.etiquetaLog{color:#2cb5e8;top:-25px;left:-40px;
	display:block;
	line-height: 0px;
	cursor: text;
	-webkit-transition: 1s; /* Safari prior 6.1 */transition: .5s;
}
.logb{background-color: #22c8da;
  	padding: 8px 35px;
  	font-size: 15px;
}
.logb:hover{background-color:#2cb5e8;}
.equis{right: 1px;top: 1px;background-color:#e82397;
	font-size: 2em;
	cursor: pointer;
	line-height: 26px;
}

@media screen and (min-aspect-ratio:16/10){

}
