html, body {
    height: 100%;
}

.conteudo {
    position: relative;
    top: 0px;
    min-height: 100%;
}

* html .conteudo {
    height: 100%; 
}

a, a:visited, img {
    text-decoration: none;
    border: none;
}

.menu-superior{
    list-style: none;
}

ul {
    list-style: none;
}

.imovel-foto {
    width: 180px;
    height: 140px;
    margin: 10px;
    border: 1px solid #ccc;
    overflow: hidden;
    float: left;
    cursor: pointer;
    overflow: hidden;
}

.imovel {
    float:left;
    width: 200px;
    height: 360px;
    border: 1px solid #ccc;
    margin: 10px;
    padding: 10px;
}

.imovel-lista {
    float:left;
    width: 700px;
    height: 160px;
    border: 1px solid #ccc;
    margin: 10px;
}

.imovel-descricao-lista {
    float: left;
    width: 230px;
    height: 140px;
    margin: 5px;
    overflow: hidden;
    color: #000;
}

.imovel-detalhe-lista {
    float: left;
    width: 240px;
    height: 140px;
    margin: 5px;
    overflow: hidden;
    color: #000;
}

.imovel-descricao span{
    font-weight: bold;
}

.imovel-descricao section{
    margin-left: 10px;
}

#resultado h3{
    margin-left: 30px;
}

#filtros {
    float: right;
    width: 250px;
    height: auto;
    border: 1px solid #ccc;
    position: relative;
    margin-right: 20px;
    margin-top: 10px;
    z-index: 400;
}

#filtros ul {
    list-style: none;
}

.detalhar {
    position: relative;
    top: 315px;
    left: 10px;
    width: 175px;
    height: 20px;
    border: 1px solid #ccc;
    background: #266a39;
    color: white;
    text-align: center;
    cursor: pointer;
    border-radius: 3px;
    z-index: 150;
}


.detalhe-foto {
    width: 400px;
    height: 300px;
    border: 1px solid #ccc;
    overflow: hidden;
    padding: 2px;
    margin: 10px;
    cursor: pointer;
    float: left;
}

.detalhe-foto-vendido {
    width: 100%;
    height: 50px;
    background: #ff0000;
    font-size: 30px;
    color: #ffff00;
    text-align: center;
    line-height: 40px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    z-index: 300;
    margin-left: -80px;
    margin-top: 80px;
    opacity: 0.9;
}

.detalhe-foto-vendido2 {
    width: 150px;
    height: 30px;
    background: #ff0000;
    font-size: 20px;
    color: #ffff00;
    text-align: center;
    line-height: 25px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    z-index: 300;
    margin-left: -20px;
    margin-top: 40px;
    opacity: 0.9;
    position: absolute;
}

.detalhe-descricao {
    width: 500px;
    height: auto;
    overflow: hidden;
    float: left;
    padding: 2px;
    margin: 10px;
}

.detalhe-descricao p {
    font-size: 22px;
    color: #cc0000;
    line-height: 26px;
    padding: 0;
    margin: 0;
}

.detalhe-descricao span {
    font-size: 16px;
    color: #999999;
    line-height: 16px;
    float: left;
}

.detalhe-conteudo {
    width: 1000px;
    height: auto;
    float: left;
    padding: 2px;
    margin: 10px;
}

.detalhe-foto-mini {
    width: auto;
    height: auto;
    border: 1px solid #ccc;
    overflow: hidden;
    float: left;
    padding: 10px;
    margin: 10px;
    cursor: pointer;
}

.detalhe-caracteristica {
    float: left;
    width: 190px;
    height: 25px;
}

.detalhe-contato {
    position: absolute;
    top: 370px;
    right: 20px;
    width: 300px;
    height: auto;
    background: red;
    border: 2px solid #ccc;
    border-radius: 15px;
    overflow: hidden;
    color: white;
    box-shadow: 3px 3px 5px #aaa;
}

.detalhe-titulo {
    width: 100%;
    height: 30px;
    color: white;
    text-align: center;
    font-size: 14px;
    line-height: 26px;
    background: #cc0000;
}

.detalhe-texto {
    width: 90%;
    height: 100%;
    color: white;
    font-size: 14px;
    padding: 10px;
}

.detalhe-text {
    width: 270px;
    height: 20px;
    border-radius: 2px;
}

#galeria {
    position: absolute;
    top: 80px;
    left: 40%;
    //margin-left: -350px;
    width: auto;
    min-width: 500px;
    height: auto;
    min-height: 300px;
    border: 10px solid white;
    background: black;
    display: none;
    overflow: hidden;
    z-index: 990;
}

#fundo-negro {
    display: none;
    background: black;
    opacity: 0.8;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}

.foto-rodape {
    width: 100%;
    height: 25px;
    color: black;
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 30px;
}

.foto-rodape-fechar{
    position: absolute;
    right: 0;
    top: 0;
}

.foto-ant{
    position: absolute;
    left: 0;
    top: 50%;
    cursor: pointer;
    width: 80px;
    height: 30px;
    border-radius: 0 5px 5px 0;
    text-align: center;
    line-height: 30px;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px #fff;
}

.foto-ant:hover,.foto-prox:hover {
    background: white;
    opacity: 1;
    color: black;
}

.foto-prox{
    position: absolute;
    right: 0;
    top: 50%;
    cursor: pointer;
    width: 80px;
    height: 30px;
    border-radius: 5px 0 0 5px;
    text-align: center;
    line-height: 30px;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px #fff;
}


.resultado {
    clear: both;
    width: 700px;
    height: auto;
    padding: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
    float: left;
}

.botao-pagina {
    width: 90px;
    height: 25px;
    border: 1px solid #aaa;
    background: #ccc;
    margin: 5px;
    padding: 5px;
    line-height: 25px;
    float: left;
}


.filtros-item {
    width: 100%;
    height: auto;
    margin-left: -20px;
}

.corretor {
    float: right;
    width: 500px;
    height: 200px;
    border: 2px solid #ccc;
    background: #fff;
    margin-right: 20px;
    padding: 10px;
    border-radius: 15px;
    box-shadow: 0 0 3px #000;
}

.corretor-detalhe {
    float: left;
    width: 350px;
    height: auto;
    padding: 10px;
    margin: 5px;
}

.corretor-pagina {
    float: right;
    width: 950px;
    height: 250px;
    border: 2px solid #ccc;
    background: #fff;
    margin-right: 20px;
    padding: 10px;
    border-radius: 15px;
    box-shadow: 0 0 3px #000;
}

.corretor-contato {
    background: red;
    border: 2px solid #ccc;
    border-radius: 15px;
    overflow: hidden;
    color: white;
    box-shadow: 3px 3px 5px #aaa;
}

.corretor-imovel {
    float: left;
    width: 470px;
    height: auto;
    border: 2px solid #ccc;
    border-radius: 10px;
    background: #fff;
    margin: 5px;
    padding: 5px;
    cursor: pointer;
}

.corretor-imovel-foto {
    float: left;
    width: 200px;
    height: 110px;
    overflow: hidden;
    border: 2px solid #ccc;
    box-shadow: 0 0 2px #ccc;
    border-radius: 5px;
}

.corretor-imovel-detalhe {
    float: left;
    width: 200px;
    height: auto;
    margin: 5px;
    padding: 5px;
}