@charset "utf-8";
/* CSS Document */

 table.styles_reformas {
  font-family: Arial, Helvetica, sans-serif;
  border: 1px solid #FFFFFF;
  width: 100%;
  text-align: center;
  border-collapse: collapse;
}
table.styles_reformas td, table.styles_reformas th {
  border: 1px solid #FFFFFF;
  padding: 3px 2px;
}
table.styles_reformas tbody td {
  font-size: 12px;
}
table.styles_reformas tr:nth-child(even) {
  background: #E4E3E6;
}
table.styles_reformas thead {
  background: #383838;
  border-bottom: 5px solid #FFFFFF;
}
table.styles_reformas thead th {
  font-size: 17px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  border-left: 2px solid #FFFFFF;
}
table.styles_reformas thead th:first-child {
  border-left: none;
}

table.styles_reformas tfoot td {
  font-size: 12px;
}
