
.icono {
    margin-top:   4px; /* Espacio entre el ícono y el menú */
    margin-left: -75px; /* Espacio entre el ícono y el menú */
    margin-right: -50px; /* Espacio entre el ícono y el menú */
    margin-bottom:   -5px; /* Espacio entre el ícono y el menú */
}


.icono-img {
    width: 240px; /* Ajusta el tamaño del ícono */
    height: 80px;
}

.SGACHeader {
    display: flex;
    align-items: center;        /* centrado vertical */
    justify-content: space-between;
    padding: 0 20px;
    height: 60px;               /* ajusta a tu gusto */
    background-color: #800;     /* ejemplo */
    position: sticky;
    top: 0;
    z-index: 1030;      /* por encima de tablas, dropdowns, etc. */
}

/* Bloque izquierdo (icono + título) */
.header-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* Título */
.SGACHeader h1 {
    margin: 0;
    font-size: 24px;
	font-weight: 900;
    color: #fff;
}

/* Botón dropdown */
.SGACHeader .dropdown-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tabla-contenedor {
    text-align: center;
}

table {
    border-collapse: collapse;
    width: 60%;
    min-width: 1024px;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

th, td {
    padding: -5px;
    border: 1px solid #ddd;
    text-align: left;
	position: relative;
}

th {
    background-color: #f0f0f0;
    font-weight: bold;
/*	padding-right: 18px; /* espacio para la flecha */
}

/* Nuevas lineas css*/
	h2 {
    margin-top: 5px;
    margin-bottom: 0px;
	display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    /* margin-block-end: 0.83em; */
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
	}
	
	.updated {
	  margin: 5px 0;
	  font-style: italic;
	  color: #333;
	}

	th:hover::after {
	  content: attr(data-hint);
	  position: absolute;
	  bottom: 120%;
	  left: 50%;
	  transform: translateX(-50%);
	  background: #800;
	  color: #fff;
	  padding: 4px 8px;
	  border-radius: 5px;
	  white-space: nowrap;
	  font-size: 12px;
	  z-index: 10;
	}
	
	.SGACbody {
    display: block;
    margin: 8px;
    font-family: Arial, sans-serif;
    font-size: var(--bs-body-font-size);
    font-weight: normal;
    line-height: normal;
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
	}
	
	
/* Dropdown color corporativo */
.dropdown-toggle {
    color: #fff;
}

.dropdown-menu {
    background-color: #800;
    border: none;
}

.dropdown-menu .dropdown-item {
    color: #800;
}

.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus {
    background-color: #a00;
    color: #fff;
}

.dropdown-menu .dropdown-item i {
    color: #fff;
}

.dropdown-menu .dropdown-item:hover i {
    color: #ffdede;
}

.dropdown-menu .dropdown-item:hover i {
    color: #ffdede;
}

.dropdown-app {
    background-color: #800;
}

.dropdown-app .dropdown-item {
    color: #fff;
}

.dropdown-app .dropdown-item:hover {
    background-color: #a00;
}

.navbar .dropdown-toggle {
    line-height: 1;
}

.navbar .dropdown-toggle {
    padding-top: 6px;
    padding-bottom: 6px;
}

<nav class="navbar navbar-dark bg-dark navbar-expand-lg">
	
/* Toggle */
.header-toggle {
    margin-right: 12px;
}

.header-toggle .form-check-input {
    cursor: pointer;
}

.header-toggle .form-check-input:checked {
    background-color: #fff;
    border-color: #fff;
}

.header-toggle .form-check-input {
    background-color: #444;
    border-color: #444;
}

.header-toggle .form-check-label {
    display: none; /* ocultamos el texto */
}

.ledv1 {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.led {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    cursor: pointer;
}

.led-green {
    background-color: #28a745;
    box-shadow: 0 0 6px rgba(40, 167, 69, 0.8);
}

.led-red {
    background-color: #dc3545;
    box-shadow: 0 0 6px rgba(220, 53, 69, 0.8);
}

table.dataTable {
    overflow: visible !important;
}

.dataTables_wrapper {
    overflow: visible;
}