﻿#contenido ul {
    list-style: none;
    padding-left: 0;
}
/*CONTENIDO*/
#home-contenido {
    height: auto;
    border-radius: 10px;
    background-color: white !important;
    padding: 2rem;
}

#contenido {
    margin-top: 2rem;
    margin-bottom: 2rem;
}
/*INFORMES*/
#informes {
    margin-top: 2rem;
    margin-left: -05px;
}

#home-informes {
    border-radius: 10px;
    padding: 10px;
    background-color: white !important;
}

/* DOCUMENTOS */
#DocumentosA {
    margin-top: 2rem;
    margin-left: -53px;
}

#home-DocumentoA {
    border-radius: 10px;
    padding: 10px;
    background-color: white !important;
}


.color {
    background-color: var(--azul-1);
    padding: 5px;
    border-radius: 10px;
    color: white;
    text-align: center;
    display: flex;
    align-items: center; /* Centra verticalmente */
    justify-content: center; /* Centra horizontalmente */
}

/*MENU (Oferta academica)*/
#home-menu {
    padding: 2rem;
    text-align: center;
}

#menu {
    border: 1px solid var(--azul-1);
    margin-bottom: 2rem;
}

.menu {
    color: #404040 !important;
}

.span {
    color: var(--azul-1);
}

.titulo {
    background-color: var(--azul-1);
    padding: 5px;
    color: white;
    text-align: center;
    display: flex;
    align-items: center; /* Centra verticalmente */
    justify-content: center; /* Centra horizontalmente */
}
/*MENU (conocer mas)*/
#home-enlaces {
    padding: 1rem;
    text-align: center;
    display: none;
}

#enlaces {
    margin-bottom: 3rem;
}

    #enlaces.activo {
        width: 100%;
        border: 1px solid var(--naranja-1);
    }

.cm {
    border: 2px solid var(--naranja-1);
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.5);
}


.enlaces a {
    text-decoration: none;
    padding: 13px;
}

    .enlaces a:hover {
        text-decoration: underline; /* aparece subrayado */
        text-decoration-color: var(--azul-1);
        color: black !important;
        background-color: rgba(85, 156, 82, 0.2);
    }

.enlaces2 a {
    text-decoration: none;
    padding: 5px;
}

    .enlaces2 a:hover {
        text-decoration: underline; /* aparece subrayado */
        text-decoration-color: var(--naranja-1);
        color: black !important;
        background-color: rgba(187, 75, 38, 0.2);
    }



.span2 {
    color: var(--naranja-1);
}

.titulo2 {
    background-color: var(--naranja-1);
    padding: 5px;
    color: white;
    text-align: center;
    display: flex;
    align-items: center; /* Centra verticalmente */
    justify-content: center; /* Centra horizontalmente */
    display: inline-block;
    transition: all 0.7s ease;
    border: 1px solid var(--naranja-1);
}

    .titulo2.activo {
        width: 100%;
        background: var(--naranja-1); /* color opcional para resaltar */
    }

/*Descargas*/

.descarga {
    display: block; /* Que ocupe todo el ancho posible */
    color: inherit; /* Color texto por defecto */
    text-decoration: none; /* Sin subrayado */
    background-color: transparent;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    transition: all 0.3s ease;
    margin-top: 15px;
}

    /* Hover: cuando pasas el mouse */
    .descarga:hover {
        background-color: rgba(85, 156, 82, 0.2); /* Fondo verde */
        color: var(--azul-1) !important; /* Texto verde claro (ajusta como quieras) */
        border-left-color: var(--azul-1) !important; /* Franja verde oscura izquierda */
        border-right-color: var(--azul-1) !important; /* Franja verde oscura derecha */
    }

        /* Para que el texto <p> tome el color del enlace */
        .descarga:hover p {
            color: var(--azul-1) !important;
        }

        /* Para que el ícono también cambie */
        .descarga:hover i {
            color: var(--azul-1) !important;
        }





a {
    text-decoration: none;
}

.accordion-button::after {
    display: none;
}

#tds {
    color: black;
    font-size: 15px;
    text-align: left;
    padding: 8px;
}


.table-group-divider {
    color: var(--azul-1);
}

#contactos.collapsed {
    color: white !important;
}


#contactos:focus,
#contactos:hover {
    box-shadow: none !important;
    outline: none !important;
}


#th {
    text-align: center;
    padding: 8px;
    font-size: 20px;
    color: black;
}

.img-plan {
    max-width: 700px; 
    width: 100%;
    cursor: pointer;
    border-radius: 6px;
}




/* === From Administracion.cshtml === */
@@media (min-width: 992px) {
            #informes {
                flex: 0 0 25%;
                max-width: 25%;
                padding-right: 15px;
            }

            #contenido {
                flex: 0 0 75%;
                max-width: 75%;
            }
        }

        #menu, #enlaces {
            margin-bottom: 20px;
        }

/* === From Concurso_LTI_Ganadores.cshtml === */
@@media (min-width: 992px) {
            /* Forzamos a que Informes tome el 25% y Contenido el 75% sin desbordarse */
            #informes {
                flex: 0 0 25%;
                max-width: 25%;
                padding-right: 15px;
            }

            #contenido {
                flex: 0 0 75%;
                max-width: 75%;
            }
        }
        /* Separación limpia entre menús */
        #menu, #enlaces, #formacion {
            margin-bottom: 20px;
        }

/* === From Concurso_LTI_General.cshtml === */
@@media (min-width: 992px) {
            #informes {
                flex: 0 0 25%;
                max-width: 25%;
                padding-right: 15px;
            }

            #contenido {
                flex: 0 0 75%;
                max-width: 75%;
            }
        }

        #menu, #enlaces, #formacion {
            margin-bottom: 20px;
        }

/* === From Concurso_LTI_Jurado.cshtml === */
@@media (min-width: 992px) {
            #informes {
                flex: 0 0 25%;
                max-width: 25%;
                padding-right: 15px;
            }

            #contenido {
                flex: 0 0 75%;
                max-width: 75%;
            }
        }

        #menu, #enlaces, #formacion {
            margin-bottom: 20px;
        }

/* === From Concurso_LTI_Premiacion.cshtml === */
@@media (min-width: 992px) {
            /* Obligamos a que las columnas respeten el diseño original */
            #informes {
                flex: 0 0 25%;
                max-width: 25%;
                padding-right: 15px;
            }

            #contenido {
                flex: 0 0 75%;
                max-width: 75%;
            }
        }
        /* Ajuste para que las tarjetas del menú no tengan márgenes raros */
        #menu, #enlaces, #formacion {
            margin-bottom: 20px;
        }

/* === From Concurso_LTI_Testimonios.cshtml === */
@@media (min-width: 992px) {
            #informes {
                flex: 0 0 25%;
                max-width: 25%;
                padding-right: 15px;
            }

            #contenido {
                flex: 0 0 75%;
                max-width: 75%;
            }
        }

        #menu, #enlaces, #formacion {
            margin-bottom: 20px;
        }

/* === From Cp.cshtml === */
@@media (min-width: 992px) {
            #informes { flex: 0 0 25%; max-width: 25%; padding-right: 15px; }
            #contenido { flex: 0 0 75%; max-width: 75%; }
        }
        #menu, #enlaces { margin-bottom: 20px; }

/* === From C_V_AAdministracion.cshtml === */
@@media (min-width: 992px) {
            #informes {
                flex: 0 0 25%;
                max-width: 25%;
                padding-right: 15px;
            }

            #contenido {
                flex: 0 0 75%;
                max-width: 75%;
            }
        }

        #menu, #enlaces {
            margin-bottom: 20px;
        }

/* === From C_V_AContadorPublico.cshtml === */
@@media (min-width: 992px) {
            #informes {
                flex: 0 0 25%;
                max-width: 25%;
                padding-right: 15px;
            }

            #contenido {
                flex: 0 0 75%;
                max-width: 75%;
            }
        }

        #menu, #enlaces {
            margin-bottom: 20px;
        }

/* === From C_V_AEconomia.cshtml === */
@@media (min-width: 992px) {
            #informes {
                flex: 0 0 25%;
                max-width: 25%;
                padding-right: 15px;
            }

            #contenido {
                flex: 0 0 75%;
                max-width: 75%;
            }
        }

        #menu, #enlaces {
            margin-bottom: 20px;
        }

/* === From Economia.cshtml === */
@@media (min-width: 992px) {
            #informes { flex: 0 0 25%; max-width: 25%; padding-right: 15px; }
            #contenido { flex: 0 0 75%; max-width: 75%; }
        }
        #menu, #enlaces { margin-bottom: 20px; }

/* === From PerfilesAdministracion.cshtml === */
@@media (min-width: 992px) {
            #informes {
                flex: 0 0 25%;
                max-width: 25%;
                padding-right: 15px;
            }

            #contenido {
                flex: 0 0 75%;
                max-width: 75%;
            }
        }

        #menu, #enlaces {
            margin-bottom: 20px;
        }

/* === From Plan_de_EstudiosAdministracion.cshtml === */
@@media (min-width: 992px) {
            #informes {
                flex: 0 0 25%;
                max-width: 25%;
                padding-right: 15px;
            }

            #contenido {
                flex: 0 0 75%;
                max-width: 75%;
            }
        }

        #menu, #enlaces {
            margin-bottom: 20px;
        }

        #tds {
            padding: 8px;
            border-bottom: 1px solid #eee;
        }

        #th {
            background-color: #f8f9fa;
            padding: 10px;
            text-align: left;
        }

/* === From Plan_de_estudiosEconomia.cshtml === */
@@media (min-width: 992px) {
            #informes {
                flex: 0 0 25%;
                max-width: 25%;
                padding-right: 15px;
            }

            #contenido {
                flex: 0 0 75%;
                max-width: 75%;
            }
        }

        #menu, #enlaces {
            margin-bottom: 20px;
        }

        #tds {
            padding: 8px;
            border-bottom: 1px solid #eee;
        }

        #th {
            background-color: #f8f9fa;
            padding: 10px;
            text-align: left;
        }

/* === From Plan_de_estudiosLTI.cshtml === */
/* Ajuste para que las tablas de materias se vean limpias */
        #tds {
            padding: 8px;
            border-bottom: 1px solid #eee;
        }

        #th {
            background-color: #f8f9fa;
            padding: 10px;
            text-align: left;
        }

/* === From Plan_de_estudios_CP.cshtml === */
@@media (min-width: 992px) {
            #informes {
                flex: 0 0 25%;
                max-width: 25%;
                padding-right: 15px;
            }

            #contenido {
                flex: 0 0 75%;
                max-width: 75%;
            }
        }

        #menu, #enlaces {
            margin-bottom: 20px;
        }
        /* Estilos para limpiar las tablas de materias */
        #tds {
            padding: 8px;
            border-bottom: 1px solid #eee;
        }

        #th {
            background-color: #f8f9fa;
            padding: 10px;
            text-align: left;
        }

/* === From RA_DNAdministracion.cshtml === */
@@media (min-width: 992px) {
            #informes {
                flex: 0 0 25%;
                max-width: 25%;
                padding-right: 15px;
            }

            #contenido {
                flex: 0 0 75%;
                max-width: 75%;
            }
        }

        #menu, #enlaces {
            margin-bottom: 20px;
        }

/* === From RA_DNContadorPublico.cshtml === */
@@media (min-width: 992px) {
            #informes {
                flex: 0 0 25%;
                max-width: 25%;
                padding-right: 15px;
            }

            #contenido {
                flex: 0 0 75%;
                max-width: 75%;
            }
        }

        #menu, #enlaces {
            margin-bottom: 20px;
        }

/* === From RA_DNEconomia.cshtml === */
@@media (min-width: 992px) {
            #informes {
                flex: 0 0 25%;
                max-width: 25%;
                padding-right: 15px;
            }

            #contenido {
                flex: 0 0 75%;
                max-width: 75%;
            }
        }

        #menu, #enlaces {
            margin-bottom: 20px;
        }

/* === From Vinculacion_LTI.cshtml === */
@@media (min-width: 992px) {
            #informes {
                flex: 0 0 25%;
                max-width: 25%;
                padding-right: 15px;
            }

            #contenido {
                flex: 0 0 75%;
                max-width: 75%;
            }
        }

        #menu, #enlaces, #formacion {
            margin-bottom: 20px;
        }
