

.modalEmergente {
    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 {
        background-color: #ffffff;
        width: 100%;
/*        height: 30rem;*/
        margin: 10% auto;
        position: relative;
        border-radius: 2px;
        box-shadow: 5px 5px 15px #69698b;
        transition: all 0.4s;
    }

        #conten_titulo_emergente {
            display: flex;
            flex-wrap: nowrap;
            width: 100%;
            border-bottom: 1px solid #dddddd;
            background-color: #00c125;
            color: white;
        }

            #span_titulo_emergente {
                display: flex;
                justify-content: center;
                align-items: center;
                font-size: 2rem;
                padding: .3rem;
/*                border: 1px solid red;*/
            }

            #titulo_emergente {
                display: flex;
                align-items: center;
                padding: 1.2rem 1.5rem;
                color: white;
                font-size: 1.5rem;
                font-weight: 300;
            }

            



            .lbl_cerrar_modal_x {
                display: flex;
                position: absolute;
                color: #e3e1e1;
                right: 15px;
                top: 15px;
                font-size: 1.6rem;
                transform: scale(1, .8);
            }


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

    #conten_inf_modal_emergente {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        padding: 2rem 1.5rem 2rem 1.5rem;
    }

        #modal_mensaje_central_emergente {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: flex-start;
            width: 100%;
        }


            #conten_modal_calendario_izq {
                display: flex;
                flex-wrap: wrap;
                position: relative;
/*                border: 5px solid black;*/
                width: 50%;
            }

                #conten_modal_calendario_izq_sup {
                    margin: 0 auto;
                    display: flex;
                    position: relative;
/*                    border: 5px solid red;*/
                    width: 21rem;
                    height: 23rem;
                }

                #conten_modal_calendario_izq_inf {
                    margin: 0 auto;
                    display: flex;
                    position: relative;
                    margin-top: 2rem;
                }

                    #conten_modal_calendario_izq_inf label {
                        display: flex;
/*                        border: 1px solid red;*/
                        padding: .2rem;
                        margin: .1rem;
                        font-size: 1.3rem;
                        background-color: #3a82e5;
                        color: white;
                    }

                    #conten_modal_calendario_izq_inf label:hover {
                        cursor: pointer;
                    }

            #conten_modal_calendario_der {
                display: flex;
                position: relative;
                width: 45%;
                border: 1px solid #d8d8d8;
            }

                #conten_modal_calendario_der_horas {
                    display: flex;
                    height: 24rem;
                    overflow-y: scroll;
/*                    background-color: white;*/
                }

/*

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

           

            .opcion_PE_detallada {
                border-bottom: 1px solid #d1d1d1;
            }

            .opcion_PE_precio_lista {
                border-bottom: 1px solid #d1d1d1;
            }

            .opcion_PE_precio_venta {
                border-bottom: 1px solid #d1d1d1;
            }

                .lbl_generar_PE {
                    display: flex;
                    justify-content: center;
                    align-items: flex-end;
                    height: 2.3rem;
                    font-size: 1.3rem;
                }

                .btn_generar_PE {
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    width: 6.5rem;
                    background-color: #4b8df8;
                    color: white;
                    font-size: 1.3rem;
                    height: 2.3rem;
                }

                .btn_generar_PE:hover {
                    cursor: pointer;
                    background-color: #145bce;
                }
    
                .btn_generar_PE_plomo {
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    width: 6.5rem;
                    background-color: #b5b5b5;
                    color: white;
                    font-size: 1.3rem;
                    height: 2.3rem;
                }

        
            .btn_lo_tengo_emergente {
                display: flex;
                justify-content: center;
                align-items: center;
                height: 3.5rem;
                width: 10rem;
                font-size: 1.5rem;
                color: white;
                background-color: #35aa47;
            }

            .btn_lo_tengo_emergente:hover {
                cursor: pointer;
                background-color: #046413;
            }

        .conten_informacion_electronico_generado {
            display: flex;
            flex-wrap: wrap;
            width: 100%;
        }   

            .informacion_electronico_generado_lbl1 {
                display: flex;
                width: 100%;
                font-size: 1.32rem;
                font-weight: bold;
                margin-top: 1rem;
            }  

            .informacion_electronico_generado_lbl2 {
                display: flex;
                width: 100%;
                margin-top: .3rem;
                font-size: 1.2rem;
            }  

            .conten_informacion_electronico_generado_span {
                display: flex;
                margin-top: .5rem;
            }

            .opcion_PM_titulo {
                display: flex;
                border-bottom: 2px solid #d1d1d1;
                font-size: 1.5rem;
                font-weight: bold;
            }

            .opcion_PM_precio_lista {
                display: flex;
                border-bottom: 1px solid #d1d1d1;
            }

                .lbl_seleccionar_PM {
                    display: flex;
                    padding: .3rem;
                    font-size: 1.3rem;
                }
                
                .btn_seleccionar_PM {
                    display: flex;
                    background-color: #a3a3a3;
                    color: #f5f5f5;
                    padding: .2rem .3rem;
                    font-size: 1.3rem;
                }

                .btn_seleccionar_PM:hover {
                    cursor: pointer;
                    background-color: #6f6f6f;
                }

            .opcion_PM_comparacion {
                border-bottom: 1px solid #d1d1d1;
            }

            .opcion_PM_completa {
                border-bottom: 1px solid #d1d1d1;
                color: white;
            }


/* Estilo boton atras ventana emergente */
#btn_atras_emergente {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 15rem;
    background-color: #e2e2e2;
    font-size: 1.5rem;
    margin: 0rem .5rem;
    color: #272727;
    display: none;
}

#btn_atras_emergente:hover {
    cursor: pointer;
    background-color: #c6c6c6;
}

/* Estilo boton siguiente ventana emergente */
#btn_siguiente_emergente {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 15rem;
    background-color: #e2e2e2;
    font-size: 1.5rem;
    margin: 0rem .5rem;
    color: #272727;
    display: none;
}

#btn_siguiente_emergente:hover {
    cursor: pointer;
    background-color: #c6c6c6;
}

/* Estilo boton guardar ventana emergente */
/*
#btn_guardar_emergente {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 15rem;
    background-color: #e2e2e2;
    font-size: 1.5rem;
    margin: 0rem .5rem;
    color: #272727;
    display: none;
}

#btn_guardar_emergente:hover {
    cursor: pointer;
    background-color: #c6c6c6;
}
*/

/* Estilo boton guardar salir ventana emergente */
#btn_guardar_salir_emergente {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 15rem;
    background-color: #3b9c96;
    font-size: 1.5rem;
    margin: 0rem .5rem;
    display: none;
    color: white;
}

#btn_guardar_salir_emergente:hover {
    cursor: pointer;
    background-color: #0a534f
}



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

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

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

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

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

            #modal_mensaje_superior_emergente {
            /*
                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 {
                color: #4a4a4a; 
                font-size: 25px;
                font-weight: bold;
            }




            #modal_mensaje_inferior_emergente {
                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 {
                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:hover {
                transition: all .5s;
                background-color: #aaaaaa;
                cursor: pointer;
            }

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

            .btn_guardar_emergente:hover {
                transition: all .5s;
                background-color: #7499ff;
                cursor: pointer;
            }

                .btn_guardar_emergente span {
                    margin-left: .5rem;
                }

            .btn_cerrar_emergente {
                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:hover {
                transition: all .5s;
                background-color: #a81111;
                cursor: pointer;
            }

            .btn_cerrar_modal_emergente {
                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:hover {
                transition: all .5s;
                background-color: #868686;
                cursor: pointer;
            }

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



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