body{
    background: #d2d2c1 url('imagens/fundo.png');
    font: 16px Arial, Helvetica, sans-serif;
    
}

#principal{
    width: 900px;
}

#menu{
    background: #c5c5b2;
    padding: 18px;
}

#conteudo{
    background: #e8e8d9;
    width: 870px;
    height: 530px;
    padding: 15px;

}

#rodape{
    text-align: center;
   
}

a{
    color: #4b566a;
    text-decoration: none;
    font-weight: bold;
    padding: 5px;
}

.centralizar{
    text-align: center;
}

.img-campanha{
    height: 350px;
    width: 280px;
    border: 8px solid #c3c3ae;
    float:right;
}

h1{
    color: #828271;
    font-size: 1.2em;
}

.Capa-Reforço{
    height: 440px;
    width: 900px;
}

.Capa2{
    height: 440px;
    width: 900px;
}


h4{
    color: hwb(0 0% 100%);
    font-size: 0.8em;
}

p{
    text-align: justify;
    text-indent: 40px;
}