#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{
    height: 175px;
    position: relative;
}
.cuadritos .letra{
    justify-content: center;
    align-content: center;
    flex-direction: column;
    text-align: center;
}
.cont_origen{
    border: 2px solid transparent;
    width: 50px;
    height: 75px;
    padding-left: 0px;
    position: absolute;
    border-radius: 5px;
    top:85px;
}
.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{ 
    height: 108px;
    position: absolute;
    top: 200px;
    left: 20px;
    font-size: 35px;
}
.titulo2{
        font-size: 44px;
    margin-top: 26px;
    padding-right: 35px;
    position: relative;
    left: 0px;
}
.cuadritos, .prehecho{
    border-radius: 5px;
    display: inline-block;
    width: 72px;
    height: 95px;
    border: 5px solid orange;
    text-align: center;
    position: relative;
    top: 15px;
}
.prehecho{
    border: 5px solid transparent;
}
.letra{
    /*border: 5px solid #FFE167;*/
    display: inline-block;
    position: absolute;
    border-radius: 5px;
    width: 75px;
    height: 95px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    text-align: center;
}
.letras .letra{
    border: 5px solid #FFE167;
    box-shadow: 0px 0px 10px 0px #a2a2a2;
}
.letra{
}
.fondo_img{
	    width: 440px;
    height: 400px;
    position: absolute;
    top: 188px;
    left: 20px;
}
.imgglobo_rotar{
display: none;
}
.contenedorarrasrew{
}
.preentrada{
    position: absolute;
    top: 214px;
    left: 311px;
    font-size: 35px;
}
#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%;
}
.grande, .chico{
    background-size: 121px;
}
.grande{
    background: url(../img/objetos/grande.png) no-repeat;
    background-size: 74px;
    background-position: 0px 14px;
    background-color: white;
}
.chico{
    background: url(../img/objetos/chico.png) no-repeat;
    background-size: 48px;
    background-position: 12px 0px;
    background-color: white;
}
.ritmocorazon{
    background: url(../img/objetos/fondo.png) no-repeat;
    height: 361px;
    background-size: cover;
    background-position: center;
}
.contenedor_letras {
    height: 321px;
}