#cargando{
	display: block;
	position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    top:0;
    left:0;
}
#imgCargando{
	margin-top: -29px;
    margin-left: -116px;
    top: 50%;
    left: 50%;
    position: absolute;
    display: block;
    z-index: 99999;
}
#imgAnimatedAvion{
	margin-left: 130px;
}
.action-button {
	max-width: 30px;
	border-radius: 2px;
}
.action-button:hover{
    filter: brightness(75%);
}
.success-btn {
	padding: 2px;
	background-color: #90ce00;
}
.error-btn {
	padding: 2px;
	background-color: #c92840;
}
.error {
	color: #e74c3c;
	font-weight: bold;
}
.correcto {
	color: #90ce00;
	font-weight: bold;
}
.rojo{ color:#FF0000; }
.mensajeError{ color:#72a300;
               font-size:1.3em;
}
.centrado { margin-left: 30%; }
.negrita { font-weight: bold; }
.dl-list {
	text-align: left;
	margin-left: 25px;
}
.dt-list {
	display: list-item;
	list-style-type: disc;
	font-weight: normal;
}
.dd-list {
	margin-left: 10px;
}
.last-dt-list {
	margin-top: 10px;
	margin-left: -15px;
	font-weight: normal;
}

.tablaUnf > thead > tr > th,
.tablaUnf > tbody > tr > th,
.tablaUnf > tfoot > tr > th,
.tablaUnf > thead > tr > td,
.tablaUnf > tbody > tr > td,
.tablaUnf > tfoot > tr > td {
  padding: 6px !important;
}