body {
    font: 0.875em Arial;
    color: #333;
    overflow-x: hidden;
}

a {
    color: #333;
    text-decoration: none;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

#wrap-topo {
    background: #fff;
}

#full-slider-wrapper {
    padding-top: 5px;
    padding-bottom: 0px;
}

#utilitarios-1 h2 {
    font-size: 1.2em;
    width: 80%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    line-height: 22px;
}

#utilitarios-2 h2 {
    font-size: 1.2em;
    text-align: left;
    font-weight: bold;
    line-height: 22px;
}

#utilitarios-1 h2 {
    color: #fff;
}

#wrap-conteudo #conteudo {
    background: #f3f3f3;
}

#texto-conteudo h1 {
    font-size: 1.250em;
    font-weight: bold;
    margin-bottom: 10px;
}

#texto-conteudo p {
    margin: 0px 0px 10px 0px;
}

#idocumentos-form input {
    border: 1px solid #e0e0e0;
    padding: 3%;
    font-size: 13px;
    color: #888;
}

#idocumentos-form button {
    background: #ad1518;
    border: 0px;
    cursor: pointer;
    color: #FFF;
    padding: 0;
    font-size: 0.9em;
}

#icalendario h3 {
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}

#icalendario thead th {
    color: #ffffff;
    background: #9c0f0f;
    padding: 5px;
    font-weight: bold;
    border: 1px solid #ffffff;
}

#icalendario tbody .titulo {
    color: #10100f;
    background: #cecccc;
    font-weight: bold;
}

#icalendario td {
    padding: 5px;
    border: 1px solid #bbb8b8;
}

#icalendario .first-td {
    color: #000000;
    background: #cecccc;
}

#icalendario a {
    color: #ae0808;
}

#icalendario #icalendario_agenda_estadual {
    margin-top: 10px;
}

#icalendario .dia {
    color: #888;
}

#icalendario .atual {
    font-weight: bold;
    color: #e21115;
}

#iartigos h1 {
    font-size: 2em;
    font-weight: bold;
}

#texto-inewsletter p {
    color: #333;
    font-size: 1em;
}

#inewsletter input {
    padding: 1%;
    font-size: 1em;
    border: solid 1px #babbba;
}

#inewsletter button {
    background: #9c0f0f;
    border: 0px;
    cursor: pointer;
    color: #FFF;
    padding: 1%;
    font-size: 1em;
}

#box-news h2 {
    font-size: 1.2em;
    margin-bottom: 10px;
}

#inews .veja_mais {
    border: 0px;
    cursor: pointer;
    color: #9c0f0f;
    padding: 1%;
    font-size: 0.9em;
    /* font-weight: bold; */
    float: left;
    display: block;
}

#wrap-rodape {
    background: #560707;
    color: #fff;
}

#wrap-rodape a {
    color: #fff;
}

#under_rodape {
    background: #fff;
}

#wrap-rodape #rodape #direita h4 {
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 10px;
}

.box-conteudo h1 {
    font-size: 1.45em;
    font-weight: bold;
    margin-bottom: 10px;
}

.btnenvia,
.btnreseta {
    width: 30%;
    height: 2.5em;
    margin-top: 10px;
    background: #9c0f0f;
    border: 0px;
    cursor: pointer;
    color: #FFF;
    padding: 1%;
    font-size: 1em;
}

/* Box com link's úteis (utilitários contábeis) */
#box-links-uteis p {
    cursor: pointer;
}

#box-links-uteis p a {
    color: #000;
}

#box-links-uteis p:hover {
    background: #CCC
}

#box-links-uteis p.t-ativo {
    background-color: #777;
    color: #FFF;
    border: 1px solid #999;
}

#box-links-uteis p.t-ativo span,
#box-links-uteis p.t-ativo a {
    color: #FFF;
}

#box-links-uteis div ul li {
    list-style: circle;
}

#box-links-uteis div ul li:hover {
    list-style: disc;
}

#box-links-uteis div ul li a {
    color: #080101;
    font: 11px Tahoma;
}

#box-links-uteis p a:hover {
    text-decoration: none;
}

#wrap-conteudo #wrap-conteudo-artigos #conteudo {
    background: #fff;
}

/*---CSS mapa personalizado--*/

.infoBox {
    background-color: #FFF;
    width: 300px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    border: 2px solid #3fa7d8;
    border-radius: 3px;
    margin-top: 10px;
    padding: 10px;
}

.infoBox p {
    padding: 0 15px
}

.infoBox:before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #3fa7d8;
    top: -10px;
    content: "";
    height: 0;
    position: absolute;
    width: 0;
    left: 138px
}

--------------