/* busca*/
#busca {
    background: url('../img/busca_fundo.png') no-repeat;
}

#busca h2 {
    color: #ffffff;
    background: url('../img/busca_linha.png') 1px bottom no-repeat;
}

#btnpesquisar {
    background: url('../img/busca_botao.png') no-repeat;
}

#conteudo h2.titulo {
    color: #000000;
}

/* destaques */
#destaques .dsc {
    color: #ffffff;
}

#destaques .promocao {
    background: url('../img/destaques_fundopromo.png') right 0 no-repeat;
}

#destaques .promocao h3 {
    background: url('../img/destaques_linhapromo.png') 0 bottom no-repeat;
}

#destaques .dsc .modelo a, #destaques .dsc .link a {
    color: #a40d06;
}

/* noticias */
#noticias .item a:hover {
    color: #a40d06;
}


#enderecorodape {
    color: #5f5f5f;
}


