body {
    background: #ffffff;
}

#Topo {
    background: #ffffff;
    border-top: 6px solid #601007 ;
}

.Miolo.index {
    background-color: #ffffff;
}

.bgConcurso {
    background: none;
}

.botao {
    background-color: #601007;
    color: #daa520;
    border-radius: 12px;
    border: none;
    transition: all 0.1s ease-out;
}

.botao:hover {
    background-color: #601007;
    border: none;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
}

.btn-areacandidato {
    color: white;
    background-color: #601007 ;
}

.btn-areacandidato:hover {
    background-color: #601007 ;
    color: white;
}

.bgConcurso .CategoriasConcursos ul li a {
    background: #601007 ;
    border-radius: 4px;
    color: #daa520;
    transition: all 0.3s ease;
}

.bgConcurso .CategoriasConcursos ul li a:hover {
    background: #601007 ;
    color: white;
}

.bgConcurso .CategoriasConcursos ul li.ativo a {
    background: #601007 ;
    color: white;
}

.Miolo {
    border-top: 5px solid #daa520 ;
    border-radius: 15px;
}

h2.tituloPagina, .bgConcurso h3 {
    color: #393939;
}


.botao.preto {
    border: 0px;
    background-color: #601007;
    color: #daa520;
    border-radius: 3px;
}

.botao.preto:hover{
    background-color: #601007;
    color: white;
}


