<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{margin: 0; padding: 0; }
img{border: 0;}
ul{list-style: none;}
a{text-decoration: none;}

.div_loading
{
    display:none;
    position:fixed !important; 
    left:0; 
    top:0; 
    width:100%; 
    height:100%;
    z-index: 1011;
    text-align:center;
}

#cabecalho
{
    width:955px;
    margin: 0px auto 0px auto;
    text-align:center;
    margin-top:15px;
    font-family:Arial;
}

#logo
{
    display:inline-block; 
    float:left;
}

#links
{
    display:inline-block; 
    float:right;     
    font-size:13px;    
    font-weight:bold;          
}

#links a
{
    color: #1A545F;
}

#links p
{
    display:table-cell;
    vertical-align:middle; 
    height:93px;
}

.mapa_site
{
    padding-right:20px;
}

.webmail
{
    padding-left:20px;
    padding-right:20px;
}

#menu
{
    clear:both;
    padding-top:10px;
}

#menu li
{
    display:table-cell; 
    width:150px;
    background-color:#1A545F;
    height:65px;       
    vertical-align:middle;    
    cursor:pointer;
}



#menu li a
{       
    color:white;
    font-size:13px;
}

.m1
{    
    border-top-left-radius:10px;    
}

.menu_borda_esquerda
{
    border-right: 1px solid #2A6470;
}

.m6
{
    width:205px !important;
    border-top-right-radius:10px;
}

#rodape
{
    background-color:#99E1E3;
    height:88px;
    width:100%;
}

#rodape1
{    
    width:955px;
    margin: 0px auto 0px auto;        
    height:100%;       
    font-family:Arial;
}

#direitos
{
   display:table-cell;
   color:#19525F;
   font-size:15px;
   line-height:88px;   
}

#redes_sociais
{
   display:table-cell;   
   vertical-align:middle;
   padding-left: 280px;
}

#redes_sociais div
{    
    display:inline-block;    
    margin-right:10px;
}</pre></body></html>