@font-face {
    font-family: "FuentJuego";
    src: url("../fuente/go3v2.ttf");
}

body
{
	font-family: "FuentJuego", serif;
}

#contenedorjuego {
	width:944px;
	height:482px;
	/*text-align: center ;*/
	/*background: url(images/splashscreen.png);*/
	border: 1px solid black;
}

.capajuego {
	width:944px;
	height:482px;
	/*text-align: center ;*/
	position:absolute;
	display:none;
}

/* Game Starting Menu Screen */
#inicio {
	/*text-align:center;*/
}

#inicio #fondo {
	position:absolute;
	z-index: -1;
}
#inicio div {
	position:relative;
}
#inicio #botonJuego {
	position:absolute;
	margin-left: 32%;
	margin-top: 320px

}
#inicio #botonInstruciones {
	position:absolute;
	margin-left: 55%;
	margin-top: 320px
}


/* Escena Instruciones */
#inicio {
	/*text-align:center;*/
}

#instrucciones #fondoInstruciones {
	position:relative;
	z-index: -1;
}
#instrucciones #botonAtrasInstruciones {
	position:absolute;
	margin-left: 2%;
	margin-top: 10px;
}



/* Level Selection Screen */
#seleccionnivel #botonesNiveles {	
	position:relative;
	margin-top: 20px;
}
#seleccionnivel #botonesNiveles{	
	width: 700px;
	margin-left: 15%;
}
#seleccionnivel #botonNivelesAtras
{
	position:absolute;
	margin-left: 2%;
	margin-top: 10px;
	z-index: 1;
}

#seleccionnivel input {
	font-family: "FuentJuego", serif;
	margin:20px;
	margin-right:25px;
	margin-left:10px;
	cursor:pointer;
	background:url(../imagenes/iconos/LevelSelection_Button.png) no-repeat;
	background-size: 100px 100px;
	color: white;
	font-size: 50px;
	width:100px;
	height:100px;
	border:0;
	text-align:center;
}
#seleccionnivel img {
	position:absolute;
	text-align:left;
	margin-top: -18px;
	z-index: -1;
}







/*
#inicio img {
	background-color: '#ccc'
	margin:10px;
	cursor:pointer;
}
 */


/* Loading Screen */
#cargando {
	background:rgba(100,100,100,0.3);	
}

#mensajecarga {
    margin-top:400px;
	text-align:center;
	height:48px;
	color:white;
	/*background:url(images/loader.gif) no-repeat center;*/
	font:12px Arial;
}

/* Score Screen */
#juego {
    height:60px;
    font-family: "FuentJuego", serif;
    font-size: 40px;
    text-shadow: 0 0 2px #000;
	color:white;
}

#juego img{
    opacity:0.6;
    top:10px;
    position:relative;
    padding-left:10px;
    cursor:pointer;
}

#juego #tiempo {
	position:absolute;
	top:5px;
	right:7%;
}

#juego #tiempo span {
	text-align: center;
}

/* Ending Screen */
#finjuego #fondoFin{
	position:relative;
	z-index: -1;
}
#finjuego #botonAtrasFin {
	position:absolute;
	margin-left: 2%;
	margin-top: 10px;
}