* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #161549;
    text-align: center;
}

html, body {
    height:100%;
}

* html .pagina {
    height: 100%;
}

div#full {
    border: 0px solid #000000;
    height: 100%;
    width: 100%;
    background-image: url(../_images/fundo_site.jpg);
    background-repeat: no-repeat;
}

div#areaSite {
    position: absolute;
    margin-left: 50%;
    left: -355px;
    top: 0px;
    
    min-height: 100%;
    border: 0px solid #fff;
}

div#cabecalho {
    position: absolute;
    left: 80px;
    width: 591px;
    height: 65px;
    border: 0px solid #fff;
    /*background-image: url(../_images/faixa_teaser.jpg);*/
    z-index: 0;
}

div#teaser {
    position: absolute;
    top: 30px;
    width: 710px;
    height: 410px;
    border: 0px solid #333;
    z-index: 1;
}

div#lista {
    position: absolute;
    left: 155px;
    top: 470px;
    width: 400px;
    min-height: 100px;
    z-index: 2;
    border: 0px solid #f00;
}

div#listaTop {
    display: block;
    width: 400px;
    height: 17px;
    background-image: url(../_images/lista_top.png);
    border: 0px solid #f00;
}

div#listaMid {
    display: block;
    width: 400px;
    background-image: url(../_images/lista_linha.png);
    border: 0px solid #f00;
}

div#listaBot {
    display: block;
    width: 400px;
    height: 17px;
    background-image: url(../_images/lista_bot.png);
    border: 0px solid #f00;
}

div#academia {
    width: 390px;
    font-family: Tahoma;
    border: 0px solid #f00;
}

.tituloEstado {
    width: 95%;
    text-align: center;
    font-size: 15px;
    color: #171730;
    line-height: 24px;
    border-bottom: 1px solid #aaa;
    background-color: #ccc;
}

.tituloCidade {
    margin-left: 7px;
    text-align: left;
    font-size: 13px;
    color: #ff9900;
    font-weight: bold;
    line-height: 20px;
}

.tituloAcademia {
    margin-left: 7px;
    text-align: left;
    font-size: 12px;
    color: #171730;
}

.descricao {
    margin-left: 7px;
    text-align: left;
    font-size: 10px;
    color: #333;
}