/* 
	TagBox table styles
	written by TagBox http://www.tagbox.de
*/
table.cuerpo {
  border-collapse: collapse;
  border: 1px solid #03476F;
  font: normal 11px verdana, arial, helvetica, sans-serif;
  color: #363636;
  background:#66CCFF;
  }
table.cuerpo caption {
  text-align: center;
  font: bold 18px arial, helvetica, sans-serif;
  background: transparent;
  padding:6px 4px 8px 0px;
  color: #03476F;
  text-transform: uppercase;
  }
table.cuerpo th {
  border: 1px dotted #03476F;
  padding: .4em;
  color: #000000;
  background:#669ACC
  }
table.cuerpo td {
  border: 1px dotted #03476F;
  padding: .4em;
  color: #363636;
  }

table.cuerpo thead th, tfoot th {
  font: bold 11px verdana, arial, helvetica, sans-serif;
  border: 1px solid #03476F;;
  text-align: left;
  background: #4591AD;
  color: #FFFFFF;
  padding-top:3px;
  }
table.cuerpo tbody td a {
  background: transparent;
  text-decoration: none;
  color: #363636;
  }
table.cuerpo tbody td a:hover {
  background: #C2F64D;
  color: #363636;
  }
table.cuerpo tbody th a {
  font: normal 11px verdana, arial, helvetica, sans-serif;
  background: transparent;
  text-decoration: none;
  font-weight:normal;
  color: #363636;
  }
table.cuerpo tbody th a:hover {
  background: transparent;
  color: #363636;
  }
/*table.cuerpo tbody th, tbody td {
  vertical-align: top;
  text-align: left;
  }*/
table.cuerpo tfoot td {
  border: 1px solid #03476F;
  background: #4591AD;
  padding-top:3px;
  color: #FFFFFF;
  }
.odd {
  background:#D7FFFF;
  }
table.cuerpo tbody tr:hover {
  background:#FFCC00;
  border: 1px solid #03476F;
  color: #FFFFFF;
  }
table.cuerpo tbody tr:hover th,
table.cuerpo tbody tr.odd:hover th {
  background:#669ACC;
  color: #000000;
  }
