#header-fixed { 
    position: fixed; 
    top: 0px; display:none;
    background-color:white;
}

.Headertabla {
	background: #82BD1D;
	color: #fff;
	border: none;
	height: 28px;
	font-weight: bold;
	font-size: 1.2em;
	width: 100%;
	padding: 0px;
	margin: 0px;
	text-align:center;
	vertical-align: middle;
}

.tabla {
  white-space: nowrap; 
  line-height: 18px;
  border-collapse: separate;
  font-size: 8pt;
  border-radius: .25rem;  
}

.tabla thead,
.tabla th 
{
	background: #82BD1D;
	color: #fff;
	border: none;
	height: 28px;
	font-weight: bold;
	font-size: 1.2em;
	width: 100%;
	padding: 0px;
	margin: 0px;
	text-align:center;
	vertical-align: middle;
	font-weight : bold
}

th:first-child,
td:first-child {
  padding: 0 5px 0 5px;
}

thead tr:last-child th {
  border-bottom: 0px solid #ddd;
}

tbody tr:hover {
  /* background-color: rgba(237, 28, 64, .1); */
  cursor: default;
}

tbody tr:last-child td {
  border: none;
}

tbody td {
  border-bottom: 1px solid #ddd;
  width:20%;
}

td:last-child {
  padding-right: 2px;
  width:20%;
}

