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:466px;
    left:215px;
    width: 139px;
    height: 224px;
    background-image: url(imagenes/la.png);
    background-size: 139px;
    z-index: 50;
}
#pieza2{
    position: absolute;
    top:466px;
    left:825px;
    width: 139px;
    height: 224px;
    background-image: url(imagenes/goma.png);
    background-size: 139px;
    z-index: 50;
}
#pieza3{
    position: absolute;
    top:466px;
    left:62px;
    width: 139px;
    height: 224px;
    background-image: url(imagenes/esta.png);
    background-size: 139px;
    z-index: 50;
}
#pieza4{
    position: absolute;
    top:466px;
    left:672px;
    width: 139px;
    height: 224px;
    background-image: url(imagenes/en.png);
    background-size: 139px;
    z-index: 50;
}
#pieza5{
    position: absolute;
    top:466px;
    left:518px;
    width: 139px;
    height: 224px;
    background-image: url(imagenes/la.png);
    background-size: 139px;
    z-index: 50;
}
#pieza6{
    position: absolute;
    top:466px;
    left:364px;
    width: 139px;
    height: 224px;
    background-image: url(imagenes/mochila.png);
    background-size: 139px;
    z-index: 50;
}

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


#hueco1{
    position: absolute;
    top:99px;
    left:86px;
    width: 139px;
    height: 224px;
    background-color: transparent;
    z-index: 1;
}
#hueco2{
    position: absolute;
    top:99px;
    left:230px;
    width: 139px;
    height: 224px;
    background-color: transparent;
    z-index: 1;
}
#hueco3{
    position: absolute;
    top:99px;
    left:373px;
    width: 139px;
    height: 224px;
    background-color: transparent;
    z-index: 1;
}
#hueco4{
    position: absolute;
    top:99px;
    right:369px;
    width: 139px;
    height: 224px;
    background-color: transparent;
    z-index: 1;
}
#hueco5{
    position: absolute;
    top:99px;
    right:225px;
    width: 139px;
    height: 224px;
    background-color: transparent;
    z-index: 1;
}
#hueco6{
    position: absolute;
    top:99px;
    right:81px;
    width: 139px;
    height: 224px;
    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;
}
