﻿* {
    color: #000;
}
div#filtros ul {
    color: #4E4E4E;
}

div#filtros li input[type="button"] {
    background-color: #000;
    border: 1px solid #000;
    border-radius: 4px;
}

div#cursos ul {
    padding-left: 0px;
}

/* Cursos - Conteúdo */

div#cursos h4 {
    color: #000;
    margin-top: 1px !important;
    margin-bottom: 15px !important;
    font-size: 20px !important;
    font-weight: 600 !important;
}

ul.listaCursos {
    margin-bottom: 20px !important;
}

div#cursos .sub-area {
    /*margin-bottom: 15px;*/
    padding-bottom: 5px;
/*    border-bottom-color: #000;
    border-bottom-style: solid;
    border-bottom-width: 2px;*/
    font-weight: 600;
    color: #000;
}

div#cursos .item {
    padding-left: 0px;
    background-color: transparent;
}

div#cursos .item a {
    font-family: "Literata", Arial, Helvetica, sans-serif;
    margin: 10px 0;
    font-weight: normal;
    color: #000;
}

div#cursos .area {
    padding-left: 0px;
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    font-weight: 600;
    font-size: initial;
    color: #000;
    background-color: transparent;
}

div#cursos .sub-area {
    background-color: transparent;
    padding-left: 0px;
}

div#filtros li input[type="button"]:hover {
    background-color: #9b9583;
    border: 1px solid #9b9583;
}

.direcionamento {
    color: #fff;
    background-color: #000;
    border: 1px solid #000;
}

.direcionamento:hover {
    color: #fff;
    text-decoration: none !important;
    background-color: #9b9583;
    border: 1px solid #9b9583;
}

div#filtros #filtro-texto li input[type="text"] {
    background: none repeat scroll 0 0 #FFF;
    border: 1px solid black;
    margin-bottom: 5px;
}

div#filtros > ul > li {
    font-weight: 600;
    margin-bottom: 10px;
}

.texto-rodape {
    color: #9b9583 !important;
}

/* Folder */
div#folder tbody {
    color: #000;
}
div#folder .topicos h4, div h4 {
    color: #000;
    border-bottom-color: #000 !important;
    border-bottom-style: solid !important;
    border-bottom-width: 2px !important;
    font-weight: 600;
    margin: 20px 0;
    font-size: 18px;
}

div#folder .topicos p, div#folder .topicos i, div#folder .topicos b,
div#folder ul li {
    color: #000;
    margin: 10px 0;
    font-family: "Literata", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    text-align: justify;
}

div#folder .topicos b {
    font-weight: 500;
}

div#folder .more-text a {
    color: #888888;
    font-weight:100;
}

div#folder .more-text a:hover {
    text-decoration: underline;
}

div#folder .accordion-unidade {
    background-color: #9b9583;
}

div#folder .accordion-unidade b {
    color: white !important;
}

div#folder .accordion-unidade h4, div#folder .accordion-unidade span, 
div#folder .accordion-unidade p {
    color: white;
}