body{
    background-image: url(../images/fondo_textura.jpg);
    display: flex;
    justify-content: space-around;
    padding: 0px;
    margin: 0px;
}
#animation_container{
    background-color:rgba(132, 67, 30, 0.00); 
    width:960px; 
    height:640px
}

#canvas{
    position: absolute; 
    display: none; 
    background-color:rgba(132, 67, 30, 0.00);
    width:960px; 
    height:640px;
}

#dom_overlay_container{
    pointer-events:none; 
    overflow:hidden; 
    width:960px; 
    height:640px; 
    position: absolute; 
    left: 0px; 
    top: 0px; 
    display: none; 
}



