/*-----------------------------------------------------------------------------
Retes - Estilos das paginas de conteudo textual

Autor:     Midia 3 - Werther Azevedo
Website:   http://www.midia3.com.br/
-----------------------------------------------------------------------------*/

.cont_textual{
    padding: 0 20px;
}

h2{
    font-size: 14px;
    font-weight: bold;
    color: #be1217;
}

h3{
    font-size: 13px;
    font-weight: bold;
    margin: 10px 0 0 0;
}

.lista_padrao{
    margin: 15px 150px 0 0;
}


.lista_padrao li{
    padding: 0 0 5px 0;
    margin-left: 15px;
    border-bottom: 1px solid #696969;
}


