
.comprobar{
    position: absolute;
    width: 64px;
    background: url(../img/btn/comprobar.png) no-repeat;
    background-position: 0px 0px;
    border: 0;
    height: 64px;
    top: 25px;
    right: 25px;
}
.comprobar:focus{
    outline: none;
}
.img{
    position: absolute;
    height: 399px;
}
.imagen{
    width: 135px;
    position: absolute;
    bottom: 20px;
}
#img1{
    left: 104px;
    width: 123px;
}
#img2{
    left: 721px;
}
#img3{
    left: 566px;
}
#img4{
    left: 415px;
    z-index: 1;
}
#img5{
    left: 254px;
}
.resultado{
   width: 850px;
    height: 100px;
    position: absolute;
    top: 440px;
    left: 56px;
    margin: 0 auto;
    background-color: white;
}

.cuadro_result{
   width: 50px;
    height: 50px;
    border: 5px solid orange;
    border-radius: 10px;
    position: absolute;
}
#result1{
    margin-left: 90px;
}
#result2{
    margin-left: 245px;
}
#result3{
    margin-left: 400px;
    z-index: 1;
}

#result4{
    margin-left: 555px;
}
#result5{
    margin-left: 710px;
}
.numeros{
        left: 276px;
    position: absolute;
    top: 550px;
    margin: 0 auto;
    border: 1px solid transparent;
}
.numero{
    background: white;
    border: 5px solid #FFE167;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    position: absolute;
        box-shadow: 0px 0px 10px 0px #a2a2a2;
}
.numero p{
    padding: 11px 18px;
    font-size: 20px;
}
.c_num{
    width: 60px;
    height: 60px;
    position: absolute;
}
.c_num[ref='1']{
      left: 1px;
}
.c_num[ref='2']{
    left: 80px;
}
.c_num[ref='3']{
    left: 160px;
}
.c_num[ref='4']{
    left: 240px;
}
.c_num[ref='5']{
    left: 320px;
}
.modalResultadoGame{
    position: absolute;
    z-index: 1;
}

