body
{
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    margin: 0px auto;
    color: #535857;
}
#conteudo
{
    width: 100%;
    background-color:#FFFFFF; 
}

.header_pt
{   
	
    width: 100%;
    text-align: center;
    background-image:url(../img/bram_header_pt.jpg);
    height: 799px;
    background-position: center; 
    margin: 0 auto;
    background-repeat: no-repeat;
}

.header_en
{   
	
    width: 100%;
    text-align: center;
    background-image:url(../img/bram_header_en.jpg);
    height: 799px;
    background-position: center; 
    margin: 0 auto;
    background-repeat: no-repeat;
}
.inner_conteudo
{
    margin-top: 70px;
    width: 1200px;
    margin-left: auto ;
    margin-right: auto ;
    position: relative;
}

#conteudo > div.inner_conteudo > ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;  
    position: absolute;
}

#conteudo > div.inner_conteudo > ul > li{
    display: inline;
    padding-right: 15px;
}

#conteudo > div.inner_conteudo > ul > li.selected > a
{
    text-decoration: none; color:#535857;
}

#conteudo > div.inner_conteudo > ul > li > a
{
    text-decoration: none; color:#535857;
}

#conteudo > div.inner_conteudo > ul > li.selected
{
    font-weight: 700;
}

#conteudo > div.footer_contacts > div.bloco_4 > a{text-decoration: none; color: #4e719f;}

.direita
{
    margin-top: -15px;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    width: 600px;
    float:right;   
    position: relative;
}

.grey_bar
{
    height: 5px;
    width: 65px;
    background-color: #535857;
}

.footer_contacts{    
    margin-top: 70px;
    width: 1200px;
    margin-left: auto ;
    margin-right: auto ;
    clear: both;
    padding-top: 134px;
    padding-bottom: 50px;
}

/*BLOCOS*/

.bloco_1{float:left; width: 150px; height: 82px; margin-right: 67px;}
.bloco_2{float:left; width: 150px; height: 82px; margin-right: 39px;}
.bloco_3{float:left; width: 195px; height: 82px;}
.bloco_4{float:left; width: 150px; height: 82px;}

#footer
{   margin-top: 70px;
    width: 100%;
    height: 150px;
    margin-left: auto ;
    margin-right: auto ;
    clear: both;
    background: #e5e5e5;
}
.inner_footer
{    
    width: 1200px;
    margin-left: auto ;
    margin-right: auto ;
    padding-top: 10px;
}