/* Fondo oscuro detrás del modal */
/* Overlay rojo que bloquea fondo */
.ui-widget-overlay {
	position: fixed !important;
	top: 0;
	left: 0;
}

/* Caja del modal */
.ui-dialog {
	position: fixed !important;
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%, -50%) !important;
	z-index: 9999 !important;
}

/* Contenido interno */
#ficha {
	background: #ffffff !important;
	max-height: 80vh;
	overflow: auto;
	padding: 0 !important;
} 

.contenedorResultados{
	padding: 0 !important;
}

/* Botón cerrar */
.ui-dialog-titlebar-close {
  background: none !important;
  border: none;
  position: relative;
}

.ui-dialog-titlebar-close::before {
  content: "X";
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.topTemporal{
	display: none !important;
}
/* 
.contenedorResultados table{
    min-width: 1200px;
} */