            body{
                background-color:#eeeeee;
            }
            
            .topo-logo-container{
                
                
                width:450px;
                margin-left:auto;
                margin-right:auto;
                margin-top:20px;
                margin-bottom:30px;
            }
            
            a.topo-logo,
            .topo-logo{
                text-decoration: none;
                
            }
            
            a .topo-sigla{
                color:#999;
            }
            
            a .topo-nome-itr{
                color:#555;
            }
            
            a .topo-nome-ufrrj{
                color:#9c9c9c;
            }
            
            
            
            
            .container-entrada{
                width:800px; 
                margin-left:auto; 
                margin-right:auto;
                margin-bottom: 80px;
            }
            
            .coluna-ultimas-blog{
                width:250px; 
                float:left; 
                padding-left:0px; 
                padding-right:40px; 
                border-right:solid 1px #FFFFFF;
            }
            
            .coluna-ultimas-blog a{
                
                color:#000000;
                padding-bottom:10px;
                border-bottom:solid 1px #E1E1E1;
                margin-top:15px;
                font-size:14px;
                
                display:block;
                
                padding:5px;
                text-decoration:none;
                
                
            }
            
            .coluna-ultimas-blog a:hover{
                
                color:#000000;
                border-bottom:solid 1px #EAEAEA;
                text-decoration:none;
                
                background-color: #F4F4F4;
                
            }
            
            .titulo-ultimas-blog{
                color:#BBB; 
                font-weight:bold; 
                font-size:18px;
                margin-bottom:20px;
            }
            
            
            
            .inicial-busca{
                border:0;
                margin:0;
                background-color: white;
                background-image: url('../imagens/busca-lupa-inicial.png');
                background-position: left;
                background-repeat: no-repeat;
                background-position-x: 10px;
                height: 37px;
                width:445px;
                box-sizing: border-box;
                padding-left:50px;
                outline: none;
                
                font-size: 15px;
                
                float:left;
            }
            
            .inicial-button{
                border:0;
                margin:0;
                background-color: #46bfef;
                height: 37px;
                width:75px;
                box-sizing: border-box;
                outline: none;
                
                font-size: 15px;
                font-weight: bold;
                color:white;
                
                float:right;
            }
            
            
            
            
            a.box-servicos{
                background-color:#f7f7f7; 
                width:160px; 
                box-sizing: border-box;
                text-align: center;
                padding:20px;
                margin-top:20px;
                text-decoration: none;
                display: block;
                color:black;
                float:left;
                margin-right:20px;
                height: 150px;
            }
            a:hover.box-servicos{
                background-color:white; 
                color:#333333;
            }
            .box-servicos .titulo{
                font-weight: bold;
                font-size: 18px;
            }
            .box-servicos .subtitulo{
                font-size: 12px;
            }
            .box-servicos img{
                margin-top:10px;
                height:50px;
            }
            
            a.sem-imagem{
                min-height: 50px;
                
            }
            a.sem-imagem .titulo{
                font-size:16px;
            }
            
            
            
            
            a.button-continuar{
                margin-top:20px; 
                font-size:22px; 
                float:right; 
                background-color:#46bfef; 
                padding:10px; 
                text-decoration: none; 
                color:white; 
                font-weight: bold; 
                
                box-shadow: 5px 5px rgba(0,0,0,0.03);
            }
            
            a:hover.button-continuar{
                background-color:#2db0e4;
            }

#wrapper-barra-brasil{
    
    height:30px;
    
}

#barra-brasil .brasil-flag{
    height:30px;
    box-sizing: initial;
}