@charset "utf-8";
/* CSS Document */

aside{
	background-image:url(fondo.jpg);
	position:absolute;
	border: dashed 1px #39F;
	width: 300px;
	height: 657px;
}

section{
	position:absolute;
	//border: dashed 1px #39F;
	//margin: auto;
	width: 700px;
	height: 600px;
	margin-left: 300px;
	//overflow-x: hidden;
    //overflow-y: scroll;
	
}

#panel{
	position: absolute;
	background: #663300;
	border: solid #663300 15px;
	width: 630px;
	height: 630px;
	margin-left: 0px;
	margin-top: 0px;

}

#paneljuego{
	position: absolute;
	background: url(dragon.jpg) no-repeat;
	//border: solid #000 1px;
	width: 592px;
	height: 592px;
	margin-left: 19px;
	margin-top: 19px;
}

#nota{
	position:absolute;
	background:url(fondo.jpg);
	border: solid 5px #993300;
	width:200px;
	height:100px;
	margin-left: 40px;
	margin-top: 0px;
	display: table;
	vertical-align: middle;
}

#nota2{
	display:table-cell;
	font: 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:center;
	vertical-align: middle;
}

#opcion1{
	position:absolute;
	border: solid 7px #999999;
	width:74px;
	height:74px;
	margin-left: 40px;
	margin-top: 130px;
}

#opcion2{
	position:absolute;
	border: solid 7px #999999;
	width:74px;
	height:74px;
	margin-left: 100px;
	margin-top: 240px;
}

#opcion3{
	position:absolute;
	border: solid 7px #999999;
	width:74px;
	height:74px;
	margin-left: 160px;
	margin-top: 130px;
}

#boton1{
	position: absolute;
	border-radius: 20px;
	width:200px;
	height:50px;
	margin-left: 40px;
	margin-top: 350px;
	font: 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color:#39F;
	display:none;
}

#ficha1,#ficha2,#ficha3,#ficha4,#ficha5,#ficha6,#ficha7,#ficha8,#ficha9,#ficha10,#ficha11,#ficha12{
	position: absolute;
	display: none;
}

footer{
	position:absolute;
	margin-left:1000px;
}


#nivel, #final{
	position: absolute;
	width:350px;
	height:200px;
	margin-left: 150px;
	margin-top: 200px;
	//z-index:2;
	border: solid 7px #999999;
	border-radius: 7px;
	background:url(fondo.jpg);
	font: 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	//display:none;
}

#final{
	display: none;
}



#niveln{
	display:table-cell;
	font: 40px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bolder;
	text-align:center;
	vertical-align: middle;
}


#comenzar, #continuar{
	width:150px;
	height:50px;
	font: bold 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
}



#vidas{
	position:absolute;
	width: 200px;
	height: 50px;
	margin-left: 35px;
	margin-top: 520px;
	display: flex;
	align-items: center;
	justify-content: center;
	//font-family: "BATMAN", cursive;
	font-size: 20px;
}

#vidas_im{
	position:absolute;
	width: 200px;
	height: 50px;
	margin-left: 35px;
	margin-top: 570px;
	display: table;
	align-items: center;
	justify-content: center;
}

#vida1, #vida2, #vida3{
	position:absolute;
	background-image:url(vida.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 10px;
	border: solid 5px black;
	width: 50px;
	height: 50px;
	margin-top: 0px;
}

#vida1{	margin-left: 0px;	}
#vida2{	margin-left: 70px;	}
#vida3{	margin-left: 140px;	}


#ranking{
	background-image:url(fondo.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	position:absolute;
	border: solid 0px #000000;
	width: 592px;
	height: 592px;
	margin-left: 34px;
	margin-top: 34px;
	z-index: 1;
	overflow-x: hidden;
    overflow-y: scroll;
	display:none;
}

#cabecera td{
	background:#F63;
	font: 18px bold Helvetica, sans-serif;
}

#tablarank{
	border-collapse: collapse;
	width: 490px;
}

#tablarank td{
	border-width:1px;
	height: 30px;
	vertical-align: middle;
	text-align: center;
	//border-bottom-style: hidden;
	//border-left-style:hidden;
	//border-right-style:solid;
	border-bottom-style:solid;
	font: oblique bold 100% cursive;
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
}


#record{
	position:absolute;
	margin-left: 80px;
	margin-top: 450px;
}

#record2{
	display:none;
}


#nuevorecord{
	background-image:url(fondo.jpg);
	position:absolute;
	border: solid 7px #999999;
	border-radius: 7px;
	//background:#FFFFFF;
	width: 350px;
	height: 250px;
	margin-left: 150px;
	margin-top: 225px;
	z-index: 2;
	display:none;
}