#alerta{
    position:  fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2400;
    background: gray;
    opacity: 0.8;
    filter: alpha(opacity=80);

}
#alertaFrame{
    position:  absolute;
    width: 500px;
    height: 200px;
    top: 50%;
    left: 50%;
    margin-left: -300px;
    margin-top: -150px;
    background: white;
    z-index: 2500;
    border: solid grey;
}
#logoAlerta{
    position: relative;
    top: 20px;
    left: 30px;
    font-size: 40px;
}
.notificacion{
    color:var(--azul); 
}
.alerta{
    color: red;   
}

#labelAlerta{
    position: absolute;
    top: 30px;
    left:200px;
    font-size: 25px;

}
#labelAlertaTxt{
    position: absolute;
    top: 80px;
    left:40px;
    font-size: 17px;
}
#alertaFrame #btAceptar{
    position: relative;

    width: 250px;
    height:40px;
    border: none;
    border-radius: 5px;
    background: var(--azul);
    color: white;
    top: 120px;
    left:70px; 
}

#alertaFrame #btAceptar:hover{
    background:var(--azul2);
    cursor: pointer;
}
#alertaFrame #btTxtPassword3{
    position: absolute;
    width: 450px;
    height:30px;
    border: solid #ccc;
    border-radius: 5px;
    top: 100px;
    left:20px; 
}
#alertaFrame #btAceptarPrompt{
    position: absolute;
    width: 200px;
    height:40px;
    border-radius: 5px;
    background: var(--azul);
    color: white;
    top: 150px;
    left:20px; 
}
#alertaFrame #btCancelarPrompt{
    position: absolute;
    width: 200px;
    height:40px;
    border-radius: 5px;
    background: var(--azul);
    color: white;
    top: 150px;
    left:270px; 
}
#alertaFrame #btAceptarPrompt:hover{
    background:var(--azul2);
    cursor: pointer;
}
#alertaFrame #btCancelarPrompt:hover{
    background:var(--azul2);
    cursor: pointer;
}

