﻿#conteudo div.quadroinfo {
    float:left;
    margin:20px 0;
}

#conteudo table {
    float:left;
    width:100%;
    border-collapse:collapse;    
    text-align:center;    
    background-color:#EAEFDE;
    margin-bottom:10px;
}
#conteudo table td {
    border:solid 1px #BDBCB6;
    padding:5px;
}

table.download
{
    background-color:transparent !important;
    margin-top:15px;    
}

table.download td
{
    border:0 !important;
}

table.download td img
{
    max-width:150px;
}

table.download tr td:nth-child(2)
{
    text-align:left;
}

table.download tr
{
    border-bottom:1px solid #BDBCB6;
}

table.download tr:hover td
{
    background-color:#EAEFDE;
}

table.download td a.excel {
    background:transparent url(/mercado/images/xls.gif) no-repeat left center;
    padding: 22px;
}