.cell,
.cell_last_row,
.cell_right,
.single_cell,
.filler{
  border:1px solid #a50106;
 text-align:left;
 font:.9em/1.05em sans-serif;
 color:rgb(200,188,185);
}

.cell {
  border-width:0 1px 1px 0;
}

.cell_last_row{
  border-width:0 1px 0 0;
}

.cell_right, .single_cell{
  border-width:0 0 1px 0;
}

.filler{
  font: bold 14px/12px sans-serif;
  background-color:#dedede;
  border-width:1px 0 1px 1px;
}

.cell div,
.cell_right div,
.cell_last_row,
.ultimisima{
  text-align:left;
  color:#eee;
}

.topico{
  background:#992D12;
  padding:2px;
  font-size:.9em;
  text-transform:uppercase;
}

.thumbSize img{
 width:204px;
 height:150px;
}

table td div.thumbSize {
  margin-bottom:15px;
}

.cell_last_row
,.ultimisima{
 text-align:left;
 font:.9em/1.05em sans-serif;
 color:rgb(200,188,185);
}