#geral {
    /*background-image: url('../img/fundo2_capa.png') !important;*/
    min-height: 800px;
}

#conteudo h2.titulo {
    font: bold 16px 'Trebuchet MS', Arial;
    padding: 4px 0 0 20px;
    width: 323px;
    height: 27px;
    background: url('../img/titulocapa_fundo.png') no-repeat;
}

#destaques, #noticias {
    float: left !important;
    width: 342px;
}

#destaques p, #noticias p {
    font-family: Tahoma;
    margin: 0;
}


/* destaques - veiculos */
#destaques {
    margin-right: 20px;
}

#destaques .item {
    font-family: Tahoma, Arial;
    font-size: 11px;
    clear:  both;
    padding-bottom: 8px;
    background: url('../img/destaques_separa.png') center bottom no-repeat;
    height: 96px;
    margin-top: 12px;
    width: 342px;
}

#destaques .item .foto, #destaques .item .dsc {
    float: left;
}

#destaques .item .promocao {
    height: 87px;
}

#destaques .item .foto {
    overflow: hidden;
    text-align: center;
    width: 140px;
    height: 87px;
    /*border: 3px solid #ffffff;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;*/
}

#destaques .item .foto img {
    position: relative;
    margin-left: -5px;
    border: 0;
}

#destaques .dsc {
    width: 200px;
    height: 85px;
    padding-top: 2px;
}

#destaques .dsc p {
    padding-left: 10px;
}

#destaques .dsc .modelo {
    height: 28px;
}

#destaques .dsc .modelo a {
    text-decoration: none;
}

#destaques .dsc .anocomb {
    height: 35px;
}

#destaques .dsc .anocomb a {
    color: #8f8f8f;
    text-decoration: none;
}

#destaques .promocao {
    height: 87px;
    width: 342px;
}

#destaques .promocao h3 {
    text-transform: uppercase;
    text-align: left;
    padding-bottom: 6px;
    padding-left: 10px;
    width: 190px;
    margin-bottom: 5px;
}

#destaques .promocao a {
    color: #ffffff !important;
}

#destaques .promocao .anocomb {
    height: auto !important;
}

/* noticias */
#noticias .item {
    clear: both;
    height: 45px;
    padding-top: 20px;
    padding-bottom: 12px;
    background: url('../img/destaques_separa.png') center bottom no-repeat;
}

#noticias .data, #noticias .titulo {
    float: left;
}

#noticias .item .data {
    font-family: 'Trebuchet MS', Arial;
    font-weight: bold;
    line-height: 17px;
    letter-spacing: -0.05em;
    text-align: center;
    width: 40px;
}

#noticias .item .data a {
    color: #8f8f8f;
    text-decoration: none;
}

#noticias .item .dia {
    font-size: 30px;
    letter-spacing: -0.1em !important;
}

#noticias .item .mes {
    font-size: 20px;
    text-transform: uppercase;
}

#noticias .item .titulo {
    width: 290px;
    margin-left: 10px;
    font: 11px Tahoma, Arial;
}

#noticias .item .titulo a {
    color: #8f8f8f;
    text-decoration: none;
}




