@font-face {
	font-family: 'elmoder';
	src: url('fonts/elmoder_bold-webfont.woff2') format('woff2'),
		 url('fonts/elmoder_bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
* { 
	margin:0;
	padding:0;
}
body {
	overflow:hidden;
}
.pantalla {
	position:absolute;
	top:0;
	left:0;
	width:100vw;
	height:100vh;
	background:url('img/fondohome.jpg') center center;
	background-size:cover;
}
.pantalla>div {
	display:flex;
	height:100vh;
	justify-content:center;
	align-items:center;
	flex-direction:column;	
}
#home img, #preview img {
	max-width:80%;
	margin:5%;
}
#preview {				
	color:#ffbe40;
}
#regresiva {
	color: #ffbe40;
	font-size: 30vh;
	text-align:center;
	font-family: 'elmoder';	
}
#juego {
	position:absolute;
	top:0;
	left:0;
	width:100vw;
	height:100vh;
	background:url('img/fondojuego.jpg') center center;
	background-size:cover;
}
.pos {
	position:absolute;
	top:0px;
	left:150%;
	max-width:30vw;
	max-height:30vw;
}
.pos#plato, .pos#ensaladera {
	max-width:50vw;
}
#timer {
	position:absolute;
	top:2%;
	left:0;
	width:100%;
	text-align:center;
	color: #ffbe40;
	font-size: 6rem;
	text-align:center;
	font-family: 'elmoder';	
}
#logojuego {
	position:absolute;
	text-align:center;
	bottom:0;
	left:0;
	width:100%;
}
#logojuego img {
	max-width:35vw;
}
#gan1 {
	color: #ffbe40;
	font-size: 6vh;
	text-align:center;
	font-family: 'elmoder';
	margin:5% 0;
}
#gan1 span {
	display:block;					
}
#gan2 {
	color: #ffffff;
	font-size: 4vh;
	text-align:center;
	font-family: 'elmoder';	
	margin:5% 0;				
}
#notas {
	background:url('img/notas.png') center center no-repeat;
	background-size:auto 90%;
	width:100%;
	min-height:30vh;
	display:flex;
	align-items:center;
	justify-content:center;			
}
#notas img {
	max-width:30vw;
}
.pantalla, #juego {
	 display:none;
}
#home {
	display:block;
}
#admin * {
	font-size:3rem;
}
#admin p {
	color:#fff;
	margin:0.8% 0 0.5% 0;
}
#admin a {
	color:#fff;
}
.mb {
	margin-bottom:5%;
	max-width:80vw;
}