.ventanaAlerta {
    position: absolute;
    width: 400px;
    height: auto;
    z-index: 10000;
    background-color: white;
    /*    -moz-box-shadow: 0 0 5px 5px #db9600;
        -webkit-box-shadow: 0 0 5px 5px #db9600;
        box-shadow: 0 0 20px 5px #db9600;*/
    border: 3px solid #18A65F;
    border-radius: 10px;
}

.fondoVentanaAlerta{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 6000;
    opacity: 0.7;
    background-color: #999999;
}

.ventanaAlerta .textoVentanaAlerta {
    padding: 5px 10px 50px;
    font-size: 16px;
    line-height: 25px;
    height: 102px;
    text-align: center;
    font-family: Verdana;
    color: dimgray;
}

.ventanaAlerta .opcionesVentanaAlerta {
    height: 27px;
    position: relative;
    margin: 0 5px 5px 0px;
    z-index: 11;
    float: right;
}

