.dropdown {
    position: relative;
    display: inline-block;
 }

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f4f6f6;
    min-width: 180px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 4px 8px;
    text-decoration: none;
    font-weight: 300;
    display: block;
}

.dropdown-content a:hover { background-color: #d6eaf8; }

.dropdown:hover .dropdown-content {
    display: block;
}

.ocultar {
    display: none;
}

.colorAprobados {
    color:rgb(61, 132, 170);
}

.colorRechazados {
    color:rgb(243, 64, 64);
}

.botonExtra {
    display: flex; 
    align-items: center; 
    background-color: transparent; 
    border-style: none;
    font-size: 20px;
    color: gray; 
    margin-right: 5px;
    border-radius: 14px; 
    padding: 3px; 
    padding-left: 7px; 
    padding-right: 7px;
    box-shadow: #a5c3d3 2px 2px 2px 2px;
}

.botonDivision {
    display: flex; 
    align-items: center; 
    background-color: transparent; 
    border-style: none;
    font-size: 20px;
    color: gray; 
    margin-right: 5px;
    border-radius: 14px; 
    padding: 3px; 
    padding-left: 7px; 
    padding-right: 7px;
    box-shadow: #f4f6f6 2px 2px 2px 2px;
}

.extraDivision {
    height: 26px;
    margin-left: -22px; 
    color: gray; 
    font-size: 14px; 
    margin-top: -14px; 
    margin-bottom: 12px; 
    background-color: #e8e8e8; 
    border-top: 1px solid #e9f0f9; 
    border-bottom: 1px solid #aed6f1;
}

.espaciadoLabel {
    margin-top: -10px;
    margin-bottom: 6px;
}

.espaciadoLabelSelect {
    margin-top: 6px;
    margin-bottom: 8px;
}

.espaciadoSelect {
    height: 33px; 
    border-radius: 5px; 
    background-color: #e9f0f9;
}

.espaciadoTSelect {
    margin-left: 12px; 
    margin-top: 6px;
}

.panelPrincipal {
    min-height: 32px;
    background-color: #a5c3d3; 
    border-style: solid; 
    border-color: #a5c3d3; 
    border-radius: 10px; 
    margin-top: 3px; 
    margin-bottom: 8px;
    text-align: center;
}

.panelBuscador {
    background-color: #c9cccy; 
    border-style: solid; 
    border-color: #a5c3d3; 
    border-radius: 10px; 
    margin-top: 10px; 
    padding: 1px;
}

.panelCBuscador {
    background-color: transparent; 
    border-style: solid; 
    border-color: #E9F0F9; 
    border-radius: 10px;
}

.panelControl {
    max-height: 44px;
    border-radius: 10px;
    margin-left: -7px; 
    margin-right: -7px; 
    background-color: #e8e8e8;
    border-top: 1px solid #e9f0f9; 
    border-bottom: 1px solid #aed6f1;
}

.panelSubtitulo {
    max-height: 36px;
    border-radius: 10px;
    background-color: #e8e8e8;
    border-top: 1px solid #e9f0f9; 
    border-bottom: 1px solid #aed6f1;
}

.panelListado {
    max-height: 44px;
    border-radius: 10px;
    margin-left: -6px; 
    margin-right: -7px; 
    background-color: #e8e8e8;
    border-top: 1px solid #e9f0f9; 
    border-bottom: 1px solid #aed6f1;
}

.panelResultado {
    max-height: 530px; 
    overflow-x: none; 
    overflow-y: scroll;
}

.panelTabla {
    margin-left: -16px; 
    margin-top: -14px; 
    margin-right: -14px;
}

.inputLectura{
    background-color: #f2f3f4;
}

.separador {
    border: 3px solid gray; 
    border-radius: 10px;
    margin-top: 4px;
    margin-left: -25px; 
    margin-right: -25px; 
}

input:read-only {
    background-color: #f4f6f6;
}

input:required {
    background-color: rgb(232, 248, 245); 
    border-style: solid; 
    border: 1px solid cyan;
}

#contenido {
    margin: 1px;
    padding: 20px;
    border: 1px solid #ddd;
    background-color: #f9f9f9;
    text-align: left;
}

.tabulador { 
    display:inline-block; 
    margin-left: 16px; 
}

.tabulados { 
    display: inline-block; 
    margin-left: 32px; 
}

.botonActivo {
    display: flex; 
    align-items: center; 
    border-style: none;
    font-size: 15px;
    color: black; 
    margin-right: 5px;
    border-radius: 14px; 
    padding: 3px; 
    padding-left: 17px; 
    padding-right: 17px;
    box-shadow: #a5c3d3 2px 2px 2px 2px;
    border-radius: 10px;
}

.botonActivo:hover {
    font-size: 16px;
    color: navy; 
}

.textoDerecha {
    text-align: right;
}

/* Estilos para navegadores WebKit (Chrome, Safari) */
::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* Estilos para Firefox */
html {
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1;
}

/* Estilos para Internet Explorer y Edge */
body {
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.boton-navegacion {
    position: fixed;
    right: 10px;
    width: 32px;
    height: 32px;
    background-color: rgba(255, 255, 255, 0.8);
    color: var(--color-primario);
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    z-index: 1000;
    transition: transform 0.3s ease, opacity 0.3s ease;
    opacity: 0;
    visibility: hidden;
}

#ir-arriba {
    bottom: 80px;
}

#ir-abajo {
    bottom: 20px;
}
.boton-navegacion.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.boton-navegacion.oculto {
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
}

.boton-navegacion:hover {
    background-color: var(--color-fondo-claro);
}
