.modalEmergenteEstandar {
    background-color: rgba(0,0,0,.1);
    position:fixed;
    top: -100%;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    transition: all .5s;
    z-index: 100;
    visibility: hidden;
}

    .modal_contenido_emergente_estandar {
        background-color: #ffffff;
        width: 100%;
        max-width: 128rem;
        height: 95%;
        margin: 1% auto;
        position: relative;
        border-radius: 2px;
        box-shadow: 5px 5px 15px #69698b;
        transition: all 0.4s;
        border-radius: 10px;
        border-radius: 10px;
        overflow-y: scroll;
    }

    .modal_contenido_emergente_estandar::-webkit-scrollbar{
        display: none;
    }

    @media (min-width:768px) {
        .modal_contenido_emergente_estandar {
            
        }
    }

        #conten_titulo_emergente_estandar {
            margin: 0 auto;
            display: flex;
            flex-wrap: nowrap;
            width: 100%;
            max-width: 1280px;
            position: fixed;
            border-bottom: 1px solid #dddddd;
/*            background: linear-gradient(to bottom, #FF6C0E 10%, #ff8436 90%);*/
            background: var(--color_fondo_titulo_modal_crud);
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
            z-index: 1;
            
        }

            #titulo_emergente_estandar {
                display: flex;
                align-items: center;
                padding: 1.7rem 1.5rem;
                color: #e8e8e8;
                font-size: 1.7rem;
                font-weight: bold;
                
            }

            .lbl_cerrar_modal_x_estandar {
                display: flex;
                position: absolute;
                color: #bfbfbf;
                right: 15px;
                top: 15px;
                font-size: 2rem;
/*                transform: scale(1, .8);*/
                z-index: 2;
            }

            .lbl_cerrar_modal_x_estandar:hover {
                cursor: pointer;
                color: #454545;
            }

    #conten_inf_modal_emergente_estandar {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        padding: 2rem 1.5rem 2rem 1.5rem;
        margin-top: 50px;
/*        overflow: scroll;*/
/*        border: 5px solid red;*/
    }

        #modal_mensaje_central_emergente_estandar {
            display: flex;
            flex-wrap: wrap;
/*            justify-content: center;*/
/*            align-content: center;*/
            align-items: center;
            width: 100%;
            color: #959595;
/*            margin-top: 2rem;*/
/*            border: 5px solid green;*/
        }
/*

            .conten_titulo_pantilla_PE {
                display: flex;
                width: 100%;
            }
*/
/*

            #modal_mensaje_central_emergente_estandar div {
                display: flex;
                justify-content: space-between;
                align-items: baseline;
                width: 100%;
                color: #606060;
                border: 5px solid blue;
            }
*/

            /*
            hr {
                width: 100%;
                border: 2px solid #06b7ff;
            }
            */

            #modal_icono_emergente_estandar {
                height: 60px;    
                width: 60px;
                margin-left: 50px;
            }

            #modal_icono_emergente_estandar img {
                height: 50px;
                width: 50px;
                margin-top: 5px;
            }

            #icono_emergente_estandar {
                width: 100%;
                height: 100%;
            }

            /*
            #icono_3 {
                width: 70px;
                height: 70px;
                color: black;
                font-size: 120px;
            }
            */

            #modal_mensaje_superior_emergente_estandar {
            /*
                width: 100%;
                height: 40px;
                display: flex;
                justify-content: center;
                flex-direction: column;
                text-align: center;
                border-radius: 2px;
                margin-top: 20px;
            */
            }

            #mensaje_ventana_modal_emergente_titulo_estandar {
                color: #4a4a4a; 
                font-size: 25px;
                font-weight: bold;
            }




            #modal_mensaje_inferior_emergente_estandar {
                display: flex;
                justify-content: flex-end;
                width: 100%;
                margin-top: 3rem;
/*                padding: 1.3rem 1.3rem 0rem 1.3rem;*/
                padding: 1rem;
                border-top: 1px solid #dddddd;
            }

            .btn_cancelar_emergente_estandar {
                display: flex;
                justify-content: center;
                align-items: center;
                width: 12rem;
                height: 3.5rem;
                text-decoration: none;   
                background-color: #dddddd;
                color: #454545;
                font-size: 1.5rem;
                border-radius: 1px;
                margin-right: 1rem;
            }

            .btn_cancelar_emergente_estandar:hover {
                transition: all .5s;
                background-color: #aaaaaa;
                cursor: pointer;
            }

            .btn_cerrar_emergente_estandar {
                display: flex;
                justify-content: center;
                align-items: center;
                width: 12rem;
                height: 3.5rem;
                text-decoration: none;   
                background-color: #e34848;
                color: #f5f5f5;
                font-size: 1.5rem;
                border-radius: 1px;
            }

            .btn_cerrar_emergente_estandar:hover {
                transition: all .5s;
                background-color: #a81111;
                cursor: pointer;
            }

            .btn_cerrar_modal_emergente_estandar {
                display: flex;
                justify-content: center;
                align-items: center;
                width: 8rem;
                height: 2.5rem;
                text-decoration: none;   
                background-color: #cecece;
                color: #5a5a5a;
                font-size: 1.3rem;
                border-radius: 1px;   
            }

            .btn_cerrar_modal_emergente_estandar:hover {
                transition: all .5s;
                background-color: #868686;
                cursor: pointer;
            }

            /*
            #div_contenedor_mail {
                padding: 20px;
                width: 100%;
            }
            */



/* ###################################### */


