

body{
    margin: 0;
}

#cabecalho{
    height: 160px;
    background-color: #D5D9DD;
    padding-top: 12px;
}

#cabecalho .container{
    width: 970px;
    margin: 0 auto;
    height: 113px;
}

h1{
    color: #888888;
    font-family: "Trebuchet MS", TrebuchetMSRegular, Arial, sans-serif;
    font-size: 28px;    
    font-weight: bold;
    width: 85%;
    padding-top: 20px;
}

h2{
    color: #144366;
    font-family: "Trebuchet MS", TrebuchetMSRegular, Arial, sans-serif;
    font-size: 13px;    
    font-weight: bold;
}

h3{
    color: #134366;
    font-family: "Trebuchet MS", TrebuchetMSRegular, Arial, sans-serif;
    font-size: 13px;    
    font-weight: bold;
    margin: 8px 0 -12px 0;
    padding-top: 9px;
}

#logo{
    float: left;
    width: 10%; 
}

#barra{
    width: 100%;
    background-color: #34586D;
    height: 36px;
    margin-top: -40px;
}

#conteudo{
    width: 100%;
}

#conteudo .container{
    width: 970px;
    margin: 0 auto;
}

#barra .container{
    width: 970px;
    margin: 0 auto;
    padding:0;
    height: 36px;
}

.clear{
    clear:both;
}

#rodape{
    width: 100%;
    background-color: #D2D2D2;  
    height:72px;
}

#rodape .container{
    width: 970px;
    margin: 0 auto;
}

#rodape p{
    font-family: "Trebuchet MS", TrebuchetMSRegular, Arial, sans-serif;
    font-size: 13px;
    color: #231F20;
}

#barra_fim{
    width: 100%;
    background-color: #888888;
    height: 16px;
}

#menu_mantidas ul{
    list-style-type: none;
    height: 36px;
    padding: 0;
}

#menu_mantidas ul li{
    color: #FFF;
    font-family: "Trebuchet MS", TrebuchetMSRegular, Arial, sans-serif;
    font-size: 17px;    
    height: 30px;
    position: relative;
    clear: both;
    display: inline-block;
}

#menu_mantidas ul li:hover{
    font-family: "Trebuchet MS", TrebuchetMSRegular, Arial, sans-serif;
    font-size: 17px;    
    color: #34586D;
}

#menu_mantidas ul li a{
    color: #FFF;
    font-family: "Trebuchet MS", TrebuchetMSRegular, Arial, sans-serif;
    font-size: 17px;    
    text-decoration:none;
    padding: 8px 35px 0px 37px;
    height: 28px;
    display: inline-block;
}

#menu_mantidas ul li a:hover{
    font-family: "Trebuchet MS", TrebuchetMSRegular, Arial, sans-serif;
    font-size: 17px;    
    background-color: #E0E1E2;
    text-decoration:none;
    padding: 8px 35px 0px 37px;
    color: #34586D;
    height: 28px;
}

#texto_rodape {
  margin: 0 auto;
  width: 970px;
  padding: 15px;
}

#capa_cabecalho .capa_container_fundacao {
    height: 120px;
}

#menu_principal_fundacao {
    margin-top: -24px; 
    width: 100%;
    background-color: #34586D;
    height: 36px;
}

#capa_breadcrumb_fundacao {
    display: block;
    margin: 43px 0;
    background-color: #9BA5AF;
    display: none;
}

.container_fundacao {
    margin: 0 auto;
    width: 970px;
}

.container_fundacao h1{
    font-size: 28px;
    width: 85%;
    float: right;
    margin-top: 39px;
    font-weight: bold;
}

.container_logo_fundacao#logo {
    float: left;
    width: 10%;
}

.rootVoices td.rootVoice.selected a:hover {
    background-color: red !important;
}

.rootVoices a:hover {
    color: red !important;
    padding: 50px;
    background-color: red;
}