#content * h1.titulo {
    color: #003366;
    border-bottom: 1px solid #A60000;
    }
#content * h2.titulo {
    color: #003366;
    border-bottom: 1px solid #A60000;
    }
#content * h5.titulo {
    color: #003366;
    border-bottom: 1px solid #A60000;
    }
#content * .news_category {
    color: #A60000;
    font-size: 16px;
    display: block;
    text-align: right;
    font-weight: bold;
    }
#content * .center {
    display: block;
    text-align: center;
    margin-bottom: 15px;
    }
#content * p.center {
    text-align: center;
    margin-bottom: 15px;
    }
#content * .left { 
    float: left;
    margin: 0px 12px 10px 0px;
    }
#content * .right { 
    float: right;
    margin: 0px 0px 10px 12px;
    }
#content * .justify { 
    text-align: justify;
    }
#content * .limpar { 
    clear: both;
    }
#content span.list_news {
    display: block;
    background: #f7f7f7;
    height: auto;
    margin-bottom: 10px;
    padding-right: 5px;
    }
#content span.list_news p {
    padding-top: 5px;
    min-height: 40px;
    margin-bottom: 10px;
    height: auto !important;
    height: 40px;
    }
#content span.list_news img.on_left {
    margin-bottom: 0px;
    margin-right: 10px;
    float: left;
    }
#content * .txt_on_right {
    text-align: right;
    }
#content * .txt_on_left {
    text-align: left;
    }
#content * .txt_on_center {
    text-align: center;
    }