﻿/* ********************************************************************************* */
/* ********************************************************************************* */
#conteudosinterior {
    clear: both;
    background-color: #F6F6F6;
    margin: 0;  
    padding: 0;  
    width: 1000px;
    display: inline-block;  
}
/* ********************************************************************************* */
#conteudos h1 {
    font-size: 22px;
    font-weight: bold;
    color: #4DA5BB;
    margin: 0 0 0 45px;
    font-family:'Ubuntu';
}
#conteudos h2 {
    font-size: 18px;
    color: #4DA5BB;
    margin: 20px 0 0 45px;
    font-weight: normal;
    font-family:'Ubuntu';
}
#conteudos h3 {
    font-size: 14px;
    color: #4DA5BB;
    margin: 15px 0 0 0;
    font-weight: normal;
    font-family:'Ubuntu';
}
#conteudos p {
    font-size: 14px;
    color: #000000;
    margin: 10px 0 0 0;
    width:860px;
    text-align: justify;
}
#conteudos .texto {
    line-height: 24px;
    font-size: 14px;
    font-weight: normal;
    color: #000000;
    font-family:'Ubuntu';
    width:860px;
    margin: 10px 20px 25px 45px;

}

/* ********************************************************************************* */
/* ********************************************************************************* */

.neutro 
{
    font-size: 10px;
    font-weight: bold;
    color: #000000;
}

.ok 
{
    font-size: 10px;
    font-weight: bold;
    color: #006400;
}

.erro
{
    font-size: 10px;
    font-weight: bold;
    color: #FF0000;
}

/* ********************************************************************************* */
/* ********************************************************************************* */