.htmlFull{
    position: fixed;
    width: 100%;
    height: 100%;
}
body {
    margin: 0 ;
}
.bt_music_on, .bt_music_off, #btn-info, .bt_som_on{
    display: none;
}
/* tela de carregamento */
.bgLoading{
    background: url('../img/bg_loading.png');
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 99;
    top: 0;
}

#progress_bar{
    position: absolute;
    width: 0;
    height: 13px;
    margin: auto;
    top: 0;
    bottom: 0;
    margin-left: 101px;
    overflow: hidden;
}
.loading{
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.loading {
    font-family: 'Trebuchet MS', Arial, Helvetica;
    font-size: 18px;
    color: #fff;
    text-align: center;
    background: url('../img/img_loading.png');
    width: 410px;
    height: 300px;
}
.loading p, .loading p.erro, .loading p.aviso {
    position: relative;
    top: 50%;
}
.loading p.erro {
    top: 40%;
    color: red;
    font-weight: bold;
}
.loading p.aviso {
    top: 40%;
    font-weight: bold;
}
.loading p a {
    text-decoration: underline;
    color: #fff;
}
