*, html {

    margin: 0;
    padding: 0;
    border: 0;
}
div#vitrine_home:after {
        content:".";
        display:block;
        clear:both;
        visibility:hidden;
        height:0;
        overflow:hidden;
}

/* -------------------- INÍCIO VITRINE HOME ------------------------------- */
div#vitrine_home{
    width: 720px;
    height: 1000px;
    display: block;
    float: left;
}
    div#marcas{
        width: 720px;
        height: 127px;
        display: block;
        background: url(../images/bg_marcas.jpg) top no-repeat #eaf1f7;
        margin-top: 15px;
    }
        div#vitrine_home a.titulo_destaque{
            width: 720px;
            height: 44px;
            display: block;
            background: url(../images/bg_destaque.jpg) no-repeat;
            text-indent: -9000px;
            margin-top: 15px;
        }
        div#vitrine_home a.titulo_ofertas{
            width: 720px;
            height: 44px;
            display: block;
            background: url(../images/bg_ofertas.jpg) no-repeat;
            text-indent: -9000px;
            margin-top: 25px;
            clear: both;
        }
































































