
#Tablas table {
  border-collapse: collapse;
  border: none;
  font: normal 10px helvetica, verdana, arial, sans-serif;
  background-image: url(bg_acuity.gif); 
  background-repeat: repeat;
  border-spacing: 1px;
  }
.tablas caption {
  text-align: left;
  font: normal 14px tahoma, verdana, arial,  sans-serif;
  color: #ccc;
  background: #824569;
  }
.tablas td, .tablas th {
  border: none;
  padding: .8em;
  color: #6E6E6E;
  }
.tablas thead th, .tablas tfoot th {
  font: bold 13px helvetica, verdana, arial, sans-serif;
  border: none;
  text-align: left;
  background: #000000;
  color: #37BEFE;
  padding-top:4px;
  }
.tablas tbody td a {
  background: transparent;
  text-decoration: none;
  color: #9F9F9F;
  }
.tablas tbody td a:hover {
  background: transparent;
  color: #37BEFE;
  }
.tablas tbody th a {
  font: bold 11px helvetica, verdana, arial, sans-serif;
  background: transparent;
  text-decoration: none;
  font-weight:normal;
  color: #9F9F9F;
  }
  
  
.tablas tbody td+td+td+td a {
    padding-right: 14px;
    background: transparent;
    }
.tablas tbody td+td+td+td a:hover {    
	padding-right: 14px;
    background: transparent;
    }
.tablas tbody th a:hover {
  background: transparent;
  color: #37BEFE;
  }
.tablas tbody th, .tablas tbody td {
  vertical-align: top;
  text-align: left;
  }

.tablas .odd {
  background: #000000;
  }
.tablas tbody tr:hover {
  background: #0E0E0E;
  }
.tablas tbody tr:hover th,
.tablas tbody tr.odd:hover th {
  background: #0E0E0E;
  }
