/* DIVISÕES DA HOMEPAGE */
#home_bloco1, #home_bloco2
{
    width: 728px;
    margin-top: 6px;
    padding-bottom: 6px;
    border-bottom: 1px solid #CCC;
}

#home_slides
{
    width: 575px;
    height: 250px;
    float: left;
    background-image: url(../imagens/t_destaques.gif);
    background-repeat: no-repeat;
    padding-top: 20px;
}
#home_cotacoes
{
    width: 300px;
    float: right;
    padding: 5px;
    border-left: 1px solid #CCC;
}
#home_impressas
{
    width: 150px;
    padding-top: 25px;
    height: 260px;
    float: left;
}


#home_Noticias
{
    width: 400px;
    float: left;
    background-image: url(../imagens/t_noticias.gif);
    background-repeat: no-repeat;
    padding-top: 20px;
    padding-left: 5px;
}
#home_agrorededestaque
{
    width: 400px;
    float: left;
    background-image: url(../imagens/t_agrorededestaque.gif);
    background-repeat: no-repeat;
    padding-top: 20px;
    border-bottom: 1px solid #CCC;
    margin-top: 10px;
    padding-bottom: 6px;
    padding-left: 5px;
}
#home_RedeTecnica
{
    width: 400px;
    float: left;
    background-image: url(../imagens/t_redetenica.gif);
    background-repeat: no-repeat;
    padding-top: 20px;
    border-bottom: 1px solid #CCC;
    margin-top: 10px;
    padding-bottom: 6px;
    padding-left: 5px;
}
#home_Eventos
{
    width: 400px;
    float: left;
    background-image: url(../imagens/t_agendadeeventos.gif);
    background-repeat: no-repeat;
    padding-top: 20px;
    border-bottom: 1px solid #CCC;
    padding-left: 5px;
    margin-top: 10px;
}
#home_Classificados
{
    width: 400px;
    float: left;
    background-image: url(../imagens/t_classificados.gif);
    background-repeat: no-repeat;
    padding-top: 20px;
    padding-left: 5px;
    margin-top: 10px;
}


.CotacoesTable
{
    border: solid 1px #CCC;
    font-family: Verdana;
    font-size: 8pt;
    width: 300px;
}

.CotacoesRowCabecario
{
    background-color: #e7e7e7;
    font-family: Verdana;
    font-size: 8pt;
}

.CotacoesCellCabecario
{
    padding: 5px;
    font-family: Verdana;
    font-size: 8pt;
}

.CotacoesCellValores
{
    padding: 5px;
    font-family: Verdana;
    font-size: 7pt;
}

.BolsasLinha
{
}
.BolsasCelula
{
    padding: 5px;
    font-family: Verdana;
    font-size: 7pt;
}
