 body {
    background: #ffffff;
}

 #Topo {
     background: white;
     border-top: 6px solid #0a39a4;
 }

 #Topo {background: linear-gradient(180deg, #ffffff 0%, white 100%);}

.bgConcurso {
    background-color: #4fade7;
    background: none;
}

.botao {
    background-color: #88cd00;
    color: white;
    border-radius: 12px;
    border: none;
    transition: all 0.1s ease-out;
}

.botao:hover {
    background-color: #f7931e;
    border: none;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
}

.btn-areacandidato {
    color: white;
    background-color: #1e73e8;
}

.btn-areacandidato:hover {
    background-color: #0a39a4;
    color: white;
}

.bgConcurso .CategoriasConcursos ul li a {
    background: #1e73e8;
    border-radius: 4px;
    color: white;
    transition: all 0.3s ease;
}

.bgConcurso .CategoriasConcursos ul li a:hover {
    background: #0a39a4;
    color: white;
}

.bgConcurso .CategoriasConcursos ul li.ativo a {
    background: #0a39a4;
    color: white;
}

.Miolo {
    border-top: 5px solid #1e73e8;
    border-radius: 15px;
}

h2.tituloPagina, .bgConcurso h3 {
    color: #393939;
}


.botao.preto {
    border: 0px;
    background-color: #88cd00;
    color: white;
    border-radius: 3px;
}

 .botao.preto:hover{
     background-color: #f7931e;
     color: white;
 }

 #TopMenu ul {
     margin-left:20px
 }

 #TopMenu ul li a:hover {
     background:#253779; color: #FFF;
 }

