body
{
	background-color: #ffffff;
	margin:0em;
	padding:0em;
	overflow:hidden;
    
	webkit-user-select:none;
}
#game{
    width: 1024px;
    height: 768px;
    margin: 0px auto;
    position: relative;
}
#volver{
    position: relative;
    top: 10px;
    left: 19px;
}


[draggable] {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  /* Required to make elements draggable in old WebKit */
  -khtml-user-drag: element;
  -webkit-user-drag: element;
}

/*-----------------------------------            Piezas         */


#pieza1{
    position: absolute;
    top:465px;
    left:778px;
    width: 144px;
    height: 233px;
    background-image: url(imagenes/belen.png);
    background-size: 144px;
    z-index: 50;
}
#pieza2{
    position: absolute;
    top:465px;
    left:610px;
    width: 144px;
    height: 233px;
    background-image: url(imagenes/dibuja.png);
    background-size: 144px;
    z-index: 50;
}
#pieza3{
    position: absolute;
    top:465px;
    left:106px;
    width: 144px;
    height: 233px;
    background-image: url(imagenes/en.png);
    background-size: 144px;
    z-index: 50;
}
#pieza4{
    position: absolute;
    top:465px;
    left:442px;
    width: 144px;
    height: 233px;
    background-image: url(imagenes/la.png);
    background-size: 144px;
    z-index: 50;
}
#pieza5{
    position: absolute;
    top:465px;
    left:274px;
    width: 144px;
    height: 233px;
    background-image: url(imagenes/pizarra.png);
    background-size: 144px;
    z-index: 50;
}

/*-----------------------------------            Hueco         */


#hueco1{
    position: absolute;
    top:87px;
    left:120px;
    width: 145px;
    height: 233px;
    background-color: transparent;
    z-index: 1;
}
#hueco2{
    position: absolute;
    top:87px;
    left:279px;
    width: 145px;
    height: 233px;
    background-color: transparent;
    z-index: 1;
}
#hueco3{
    position: absolute;
    top:87px;
    left:438px;
    width: 145px;
    height: 233px;
    background-color: transparent;
    z-index: 1;
}
#hueco4{
    position: absolute;
    top:87px;
    left:597px;
    width: 145px;
    height: 233px;
    background-color: transparent;
    z-index: 1;
}
#hueco5{
    position: absolute;
    top:87px;
    left:756px;
    width: 145px;
    height: 233px;
    background-color: transparent;
    z-index: 1;
}

#fin{
    position: fixed;
    top:0px;
    /*background-color: rgba(0, 0, 0, 0.38);*/
    background-image: url(imagenes/imagen_final.png);
    width: 1024px;
    height: 768px;
    display: none;
    z-index: 999;
}

#fin img{
    margin-top: 50%;
    margin-left: 20%;
    margin-right: 20%;
}

#saludo{
    position: fixed;
    top:0px;
    /*background-color: rgba(0, 0, 0, 0.38);*/
    width: 1024px;
    height: 768px;
    text-align: center;
    font-size: 30px;
    color: #000;
    font-family: sans-serif;
    z-index: 909;
}

#cuadro_saludo{
    margin: 10% auto;
    padding: 50px;
    background-color: #fff;
    width: 500px;
    height: 250px;
    -webkit-border-radius: 20px 20px 20px 20px;
    border-radius: 20px 20px 20px 20px;
    
    -webkit-box-shadow: 0 0 5px 3px #5C5C5C;
    box-shadow: 0 0 5px 3px #5C5C5C;
}
