<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Pesquisar */

#searchsubmit {
    border: 1px solid #247ba0; 
    font: white;
    color: white;
    background: #247ba0;
}

#s{
    background-color: #eee;
    border:solid 1px #ccc;   
}

#txtBusca{
    background-color:transparent;    
}

/* Fim Pesquisar */

/*InÃ­cio do Menu*/

#auxmenu { 
	background: #247ba0;
}

.nav &gt; li &gt; a:focus, .nav &gt; li &gt; a:hover {
    background-color: #a8dadc !important;
	color: #444 !important;
}

.nav-justified &gt; li &gt; a {
    color: #fff;
	font-weight: bold;
}

.nav-justified &gt; li &gt; a:hover {
    color: #666;
}

.menu-item.menu-item-type-post_type.menu-item-object-page.current-menu-item.page_item.current_page_item.active {
    background: #a8dadc none repeat scroll 0 0;
}

.menu-item.menu-item-type-post_type.menu-item-object-page.current-menu-item.page_item.current_page_item.active a {
	color: #444;
	font-weight: bold;
}

@media all and (max-width: 767px) {
	.menu-item.menu-item-type-post_type.menu-item-object-page.current-menu-item.page_item.current_page_item.active a {
		color: #fff;
	}

    .nav &gt; li , .nav &gt; li &gt; a{
        background: #CEE5FF;
        border-bottom: solid 1px #88C0FF;
    }
}

/*Fim do Menu*/


/* Slide e Perfil*/

#slideperfil {
    background: #ffffff;
}

#perfilprofessor h1 {
    background: #A8DADC;
    color: #444;
}

#perfilprofessor img{
    border: 10px solid #eee;
}

#perfilprofessor .image-text-widget-text {
    background: #247ba0;
    color: #fff;  
} 

/* Fim Slide e Perfil*/

/* InÃ­cio da Div Destaques */
.widget-title.srp-widget-title {
	background: #A8DADC;
	border: solid 1px #ffffff;
	color: #444;
	font-weight: bold;
	font-size: 20px;
}

.srp-post-title a {
	color: #247BA0;
}

#destaque .srp-post-content a {
	background: #247BA0;
	color: #fff;
}

.srp-post-content a {
	color: #247BA0;
}

/* Fim da Div Destaques */


/* InÃ­cio da div downloads e auxdownloads*/

#auxdownloads {
	background: #247BA0;
}

#titulodownload h2 {
    color: #fff;
    border-bottom: solid 1px #fff;
}

#downloads h3 {
    color: #247BA0;
    font-size: 20px;
    font-weight: bold;
}

#downloads hr {
    border-top: 1px solid #4CB24C;
}

/* Fim da div downloads e auxdownloads */

/* TÃ­tulo pÃ¡ginas internas */

#fundoconteudo h1 {
    color: #247BA0;
    font-size: 25px;
    font-weight: bold;
}

/* Fim do tÃ­tuloi das pÃ¡ginas internas */


/* FormataÃ§Ã£o do footer */

#auxfooter{
    background-color: #1d3557; 
}

#footer font {    
    color: white; 
}

/* Fim da formataÃ§Ã£o do footer */


/* InÃ­cio do widget */

.widget h1 {
    background-color: #007100;  
 }

.image-text-widget-text {
    background-color: #fff;
    color: #000;   
}

/* Fim do widget */


/* Downloads */

#downloads h1 {
	color: #247BA0;
}

.ddownloads_list li a {
	background: #247BA0 none repeat scroll 0 0;
}
</pre></body></html>