.Contenedor {
    width: 80%;
    margin: auto;
}
.Contenedor_Flexible{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.Columna_30{
    width: 29%;
}
.Columna_50{
    width: 49%;
}
.logo_encabezado {
    width: 200px;
    margin-left: 10%;
}
.link_seguimiento {
    display: flex;
    margin-right: 10%;
    margin-left: auto;
    font-size: 18px;
}
.titulo_mesapartes {
    display: block;
    text-align: center;
    padding: 20px;
    color: #325191;
    font-weight: bold;
    font-size: 35px;
}
.marco_datos {
    padding: 20px;
    border: 1px solid #325191;
    border-radius: 5px;
}
.titulo_marco_datos {
    display: block;
    padding: 10px;
    font-size: 16px;
    background: #325191;
    color: white;
    border-radius: 5px;
}
.form_label {
    display: block;
    font-size: 20px;
}
.alerta_spam_color {
    color: red;
}
.seleccion {
    display: block;
    padding: 5px;
    font-size: 18px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #CACACA;
    margin-bottom: 10px;
}
.form_texto {
    display: block;
    padding: 5px;
    font-size: 20px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #CACACA;
    margin-bottom: 10px;
}
.area {
    display: block;
    font-size: 20xp;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #CACACA;
    width:100%;
    height: 100px;
    margin-bottom: 10px;
}
.btnGuardar{
    display: block;
    background: #325191;
    padding: 10px;
    font-size: 25px;
    color: white;
    margin: auto;
    border: 0;
    cursor: pointer;
    width: 200px;
    text-align: center;
    border-radius: 5px;
    font-weight: bold;
    margin-top: 20px;
}

/* ================== LOGIN ================================*/
.img_login {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*========================== INICIO ==================================*/
.logo_menu {
    width: 100%;
}
.link_opciones {
    display: block;
    border: 0;
    padding:1px;
    margin: 2px;
    width: 100px;
}
.color_verde {
    background: #03890D;
    color: white;
}
.color_amarillo {
    background: #D0CD07;
    color: white;
}
.color_rojo {
    background: #B00707;
    color: white;
}
.color_azul {
    background: #325191;
    color: white;
}
.color_naranja{
    background: #C85708;
    color: white;
}

/*====================================== MODAL =====================================*/
.Modal_Derivado, .Modal_Recibido, .Modal_Atendido, .Modal_Denegado, .Modal_Observado, .Modal_VerMas, .Modal_Editar, .Modal_Eliminar, .Modal_Cambiar {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.ModalContenedor_Derivado, .ModalContenedor_Recibido, .ModalContenedor_Atendido , .ModalContenedor_VerMas, .ModalContenedor_Denegado , .ModalContenedor_Observado, .ModalContenedor_Editar, .ModalContenedor_Eliminar, .ModalContenedor_Cambiar {
    margin: auto;
    width: 50%;
    height: 550px;
    padding: 20px;
    margin-top: 5%;
    justify-content: center;
    align-items: center;
    background-color: white;
    border-radius: 10px;
    /*overflow-y: scroll;*/
}
.ModalContenedor_VerMas{
    margin: auto;
    width: 70%;
    height: 100vh;
    padding: 20px;
    justify-content: center;
    align-items: center;
    background-color: white;
    border-radius: 10px;
    /*overflow-y: scroll;*/
}
.Boton_CerrarModal {
    position: absolute;
    top: 10px;
    left: 10px;
    color: white;
    cursor: pointer;
    font-weight: bold;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: red;
    font-size: 2.5em;
    text-align: center;
    border-radius: 50%;
    border: 0;
    font-family: monospace;
}

.Titulo_Modal {
    display: block;
    font-size: 30px;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    border-bottom: 1px solid black;
    margin-bottom: 10px;
}

/* SEGUIMIENTO */
.div_mayor {
    background: #F5F5F5;
    height: 100vh;
    /*IMPORTANTE*/
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.div_menor {
    background: white;
    width: 500px;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}
.titulo_seguimiento{
    display: block;
    padding: 20px;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #325191;
}
.titulo_estado_seguimiento {
    display: block;
    text-align: center;
    color: #ADADAD;
    padding: 5px;
    font-size: 25px;
    font-weight: bold;
}
.estado_seguimiento{ 
    display: block;
    font-size: 70px;
    font-weight: bold;
    text-align: center;
    color: #325191;
    margin-bottom: 15px;
}
.mensaje_seguimiento {
    display: block;
    font-size: 18px;
    color: #666666;
    text-align: center;
}
.subtitulo_estado_seguimiento{ 
    display: block;
    font-size: 22px;
    color: #2C2C2C;
    padding: 5px;
    border-bottom: 1px solid #ADADAD;
    margin-bottom: 20px;
}
.tabla_seguimiento th, td {
    border: 1px solid #ADADAD;
    padding: 15px;
}
.div_menor_seguimiento {
    background: white;
    width: 760;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}
.expediente_no_existe {
    display: block;
    color:  black;
    font-size: 40px;
    text-align: center;
}

.Nuevo_Registro {
    display: block;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: white;
    background: #325191;
    text-decoration: none;
    width: 150px;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 5px;
}

.Fondo_principal{
    background-image: url("../img/mesa-de-partes.png");
    object-fit: cover;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    /*IMPORTANTE*/
    display: flex;
    justify-content: center;
    align-items: center;
}
.Fondo_principal:before {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
}
.Contenedor_eleccion {
    width: 1000px;
    padding: 30px;
    z-index: 5000;
}
.cuadro_eleccion {
    display: block;
    padding: 20px;
    background: white;
    text-decoration: none;
    font-size: 40px;
    font-weight: bold;
    text-shadow: #666666;
    text-align: center;
    align-items: center;
    color: #325191;
}
.Contenedor_eleccion img{
    width: 100%;
}
.label_seleccion {
    display: block;
    padding: 10px;
    text-align: center;
    font-size: 25px;
    color: white;
    margin-bottom: 10px;
}
.link_seguimiento_tramite {
    display: block;
    background: white;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    font-size: 25px;
    color: #325191;
    margin-top: 10px;
    font-weight: bold;
}
.form_fecha {
    display: block;
    padding: 5px;
    font-size: 18px;
    width: 100%;
}
.label_Nota {
    display: block;
    font-size: 18px;
    color: black;
}

.label_Nota_ {
    font-size: 22px;
    font-weight: bold;
    color: #B00707;
    margin-top: 5px;
}