.tabla table {
  border-collapse: collapse;
  border: 1px solid #38160C;
  font: normal 11px verdana, arial, helvetica, sans-serif;
  color: #000;
  background: #e5b0cf;
  }
.tabla caption {
  text-align: left;
  font: normal 11px verdana, arial, helvetica, sans-serif;
  background: transparent;
  }
.tabla td, th {
  border: 1px dashed #B85A7C;
  padding: .8em;
  color: #000;
  }
thead th, tfoot th {
  font: 11px verdana, arial, helvetica, sans-serif;
  border: 1px solid #A85070;;
  text-align: justify;
  background: #38160C;
  color: #000;
  padding-top:6px;
  }
 
tbody th, tbody td {
  vertical-align: top;
  text-align: justify;
  }
tfoot td {
  border: 1px solid #38160C;
  background: #38160C;
  padding-top:6px;
  }
.odd {
  background: #7B2342;
  }

