#zumb{
    font-size: 35px;
    text-align: center;
}
#audio{
    right: 20px;
    top: 15px;
    position: absolute;
    width: 50px;
    height: 50px;
    display: inline-block;
    background: url("../img/disenho/audio.png")no-repeat;   
    background-size: contain;
}
.letras{

}
.cuadritos .letra{
    justify-content: center;
    align-content: center;
    flex-direction: column;
    text-align: center;
    margin-top: 9px;
}
.cont_origen{
    border: 2px solid transparent;
    width: 50px;
    height: 75px;
    padding-left: 0px;
    position: absolute;
    border-radius: 5px;
    top: 6px;
}
.cont_origen[ref='w1']{
    left: 97px;
}
.cont_origen[ref='w2']{
    left: 179px;
}
.cont_origen[ref='w3']{
    left: 260px;
}
.cont_origen[ref='w4']{
    left: 342px;
}
.cont_origen[ref='w5']{
    left: 424px;
}

.resultado{ 
    width: 100%;
    height: 108px;
    position: absolute;
    top: 54px;
    left: 480px;
    font-size: 28px;
}
.titulo2{
        font-size: 44px;
    margin-top: 26px;
    padding-right: 35px;
    position: relative;
    left: 0px;
}
.cuadritos{
    border-radius: 5px;
    display: inline-block;
    width: 35px;
    height: 45px;
    border: 5px solid orange;
    text-align: center;
    position: relative;
    top: 15px;
    overflow: auto;
    margin: 0px 0.5px;
}
.letras .letra{
    border: 5px solid #FFE167;
    box-shadow: 0px 0px 10px 0px #a2a2a2;
    background: #FFFFFF;
    font-size: 25px;
    display: inline-block;
    position: absolute;
    border-radius: 5px;
    width: 35px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    text-align: center;
}
.letra{
}
.fondo_img{
	    width: 440px;
    height: 400px;
    position: absolute;
    top: 188px;
    left: 20px;
}
.imgglobo_rotar{
display: none;
}
.contenedorarrasrew{
    height: 369px;
    position: absolute;
    width: 100%;
}
.preentrada{
    position: absolute;
    top: 82px;
    left: 223px;
    font-size: 30px;
}
#play_sound{
    position: absolute;
    left: 40px;
    top: 40px;
    cursor: pointer;
}
.tenue {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.5);
    width: 100%;
    height: 100%;
}