/* ------------------------------------------------------------------------------------------------------------------ */
/* banner */
div#banner { position: absolute; top: 0; left: 0; width: 100%; min-width: 1600px; height: 500px; overflow: hidden; z-index: 0; }
    div#banner div.banner { display: none; position: absolute; top: 0; left: 0; width: 100%; height: 500px; }
        div#banner div.banner img { display: block; width: 100%; min-height: 500px; }


/* ------------------------------------------------------------------------------------------------------------------ */
/* fundos */
div#banner div.bottom_left { position: absolute; bottom: 0; left: 0; width: 50%; height: 273px; z-index: 2; }
    div#banner div.bottom_left img { display: block; height: 273px; width: 100%; }

div#banner div.bottom_right { position: absolute; bottom: 0; right: 0; width: 50%; height: 255px; z-index: 2; }
    div#banner div.bottom_right img { display: block; height: 255px; width: 100%; }


/* ------------------------------------------------------------------------------------------------------------------ */