

.trSel{
	color: blue;
}

.oculto{
	display: none;
}

.tAudit	thead{
	background-color: #DDD;
}

.fAmarillo{
	background-color: #fffe9f;
}

.fAzul{
	background-color: #1cace7;
}

.fApagado{
	background-color: #000;	
}

.audFill{
	background-color: #fffe9f;
	color:black;
}
.audFillPost{
	background-color: #fbf136;
}
.estDat{
	background-color: #ceffff;
}
.calcs{
	background-color: #fecb9c;
}
.calib{
	background: #cdfece;
}

.rojo{
	background-color: #FF0000;
	color:white;
}

.Auditoria{
	background-color: #FF0000;
}

.IDC{
	font-weight: bold;
	font-size: 1.1em;
}

.headerAA{
	background-color: #ffffff;
	/*	height: 90px;*/
	color:#fff;
	font-size: 40px;
	font-weight: bold;
	/*padding-left: 40px;*/
	padding-bottom: 20px;
	border-bottom: 2px solid #b78839;
	margin-top: 20px;
}

.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #393c3e;
  border-right: 16px solid #00a1cb;
  border-bottom: 16px solid #c1d32f;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

