td.titulo{
  font-weight: normal;
  color: #25438D;
  font-weight: bold;
  padding-top: 8px;
  }
th.left, td.left{
  text-align: left;
  }
th.center, td.center{
  text-align: center;
  }
th.right, td.right{
  text-align: right;
  }
caption{
  background: #25438D;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 9pt;
  }
td{
  width: auto;
  }
td.decimal, td.total{
  padding-right: 8px;
  text-align: right;
  }
td.total{
  padding-right: 8px;
  color: #25438D;
  font-weight: bold;
  text-align: right;
  }
td.subtotal{
  color: #25438D;
  font-weight: bold;
  }
tr.subtotal{
  font-weight: bold;
  }
td.icono, th.icono{
  text-align: center;
  }
tr.enviar{
  text-align: right;
}
th.sorted {
  background-color: #FFFFFF;
  }
th a, th a:visited {
  color: ;
  }
th a:hover {
  color: #FFFFFF;
  text-decoration: underline;
  }
th.sorted a, th.sortable a {
  background-position: right;
  display: block;
  width: 100%;
  }
th.sortable a {
  background-position: right;
  background-repeat: no-repeat;
  background-image: url(../../img/displaytag/arrow_off.png);
  display: block;
  }
th.order1 a {
  background-image: url(../../img/displaytag/arrow_down.png);
  }
th.order2 a {
  background-image: url(../../img/displaytag/arrow_up.png);
  }
tr.odd {
  background-color: ;
  }
tr.tableRowEven, tr.even {
  background-color: #E5ECC5;
  }
tr.select{
  background-color: #99CC00;
}
td.selected a{
  color: #000000;
  text-decoration: underline;
  }
table.mark td.tableCellError {
  background-color: #d00;
  color: #fff;
  }
