.divConteudoDefault {
    margin: 20px 10px 10px 10px;
    padding: 0px;
    clear: both;
}

.h3Titulo {
    font-size: 14px;
    padding: 5px 0px 10px 0px;
    margin: 0px;
    font-weight: bold;
}

.h4Titulo {
    font-size: 12px;
    margin: 0px;
    padding: 0px;
}

.pConteudo {
    text-align: justify;
    font-size: 12px;
    line-height: 15px;
}

.aDownMapa {
    text-decoration: none;
    color: #000;
}

.aDownMapa:hover {
    text-decoration: underline;
    color: #006633;
}

.imgPerfil {
    float: right;
    clear: right;
    /*background-color:#F5F5F5;*/
    padding: 7px;
    margin-left: 10px;
    margin-right: 5px;
    vertical-align: middle;
    border: 1px solid #D9D9D9;
}

.ulFaq {
    list-style-type: decimal;
}

.listaCat {
    font-size: 11px;
    font-weight: bold;
    padding: 5px 0 5px 15px;
    margin: 0 0 0 10px;
    border-bottom: 0px solid #eee;
    cursor: pointer;
    background: url(../imagens/icones/lic-ico-mais.png) no-repeat 0px 7px;
    color: #555;
}

.listaCatMenos {
    font-size: 11px;
    font-weight: bold;
    padding: 5px 0 5px 15px;
    margin: 0 0 0 10px;
    border-bottom: 0px solid #eee;
    cursor: pointer;
    background: url(../imagens/icones/lic-ico-menos.png) no-repeat 0px 7px;
}

ul.listaForm {
    display: none;
    margin: 0 0 0px 20px;
    padding: 0 0 0px 20px;
    /*
    background: #efefef;
    border: 1px solid #ddd;
    */
}

ul.listaForm li {
    font-size: 11px;
    font-weight: normal;
    /*list-style-image: url(../imagens/icones/transp-ico-file.png);*/
    padding: 5px 0;
}

ul.listaForm li a {
    color: #36c;
}

ul.listaForm li a:hover {
    color: #369;
}

/*Estilos personalizados para as tabelas do site do DER-ES*/
table.tabela-Conteudo {
    padding: 0;
    margin: 0;
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #ddd;
}

table.tabela-Conteudo th {
    font-size: 12px;
    padding: 8px;
    color: #555;
    font-weight: bold;
    text-align: center;

    background: url(../imagens/bg-header-table.png) top left repeat-x #D2D2D2;

    border: 1px solid #ccc;
    border-bottom: 2px solid #B6B6B6;
}

table.tabela-Conteudo td {
    border: 0;
    padding: 5px;
    border: 1px solid #ddd;
    text-align: left;
}

table.tabela-Conteudo td.centro {
    text-align: center;
}

table.tabela-Conteudo tr:nth-child(even) {}

table.tabela-Conteudo tr:nth-child(odd) {
    background: #eee;
}

table.tabela-Conteudo tr:hover {
    background: #FFE9D2;
}