﻿body {
    background-color: #2c384b;
    /*width: 100%;
    height: 1891px;*/
}

#frmPagina {
    width: 100%;
    height: 1070px;
}

#divBanner {
    width: 100%;
    height: 266px;
    background-image: url('../images/banner_destaque_gobroker.jpg');
    background-repeat: no-repeat;
    background-position-x:center;
    z-index:500;
    overflow: hidden;
    cursor: pointer;
}

#divCorpo {
    background-color: white;
    margin-top: 252px;
    padding-top: 14px;
    width: 100%;
    margin-bottom: 2px;
    height: 880px;
}

#divToolbox {
    width: 838px;
    height: 108px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    text-align: center;
}

#divAjustaToolbox {
    height: 107px;
    margin-left: auto;
    margin-right: auto;
}

.btnToolbox {
    width: 111px;
    height: 107px;
    margin-right: 20px;
    cursor: pointer;
    border: none;
    background-color: transparent;
}

.btnToolboxUltimo {
    width: 111px;
    height: 107px;
    cursor: pointer;
    border: none;
    background-color: transparent;
}

.btnToolboxDisable {
    width: 111px;
    height: 107px;
    margin-right: 20px;
    border: none;
    background-color: transparent;
}

#divRodape_maps {
    height: 160px;
}

#divGoBroker {
    width: 240px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    text-align: center;
}

