/*
NÃO MEXER NESSE ARQUIVOS. ELE É O CSS PADRAO PARA TODOS OS PROJETOS.
DEVE SER O PRIMEIRO ARQUIVO A SER CARREGADO.
*/
.floatfix:after {
    display: block;
    overflow: auto;
    clear: both;
    content: "";
}



.obj_centralizado {
    display: block;
    margin: 0px auto;
    text-align: center
}


.txt_centralizado {
    display:inline-block; 
    width: 100%; 
    text-align: center
}


.texto_wysiwyg {
    background-color: inherit;
    font-size: inherit;
    font-family: inherit;
    color: inherit;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
}

.texto_wysiwyg * {
    background-color: inherit;
    font-size: inherit;
    font-family: inherit;
    color: inherit;
    text-decoration: inherit;
    font-weight: inherit;
    font-style: inherit;    
    list-style-type: inherit;
}

.texto_wysiwyg p {
    margin: 0px;
    padding: 0px;
}

.texto_wysiwyg a {
    color: #0000ff;
    text-decoration: underline;
}

.texto_wysiwyg sub, .texto_wysiwyg sup {
    font-size: 0.75em;
}

.texto_wysiwyg ul, .texto_wysiwyg ol {
    margin-left: 40px;
}

.texto_wysiwyg ol li {
    list-style-type: decimal;
}

.texto_wysiwyg ul li {
    list-style-type: disc;
}