.validado-instant-prize {
    background-image: url(../images/bg-popup-validado.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 20px !important;
}

.validado-no-instant-prize{
    background-image: url(../images/bg-blanco-rojo-1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 20px !important;
}
.modal-red{
    background-image: url(../images/bg-popup-rojo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 20px !important;
}

.no-valido
, .expired
, .no-valido-dg
, .no-instant-prize{
    background-image: url(../images/bg-popup-rojo-ondas.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 20px !important;
}

.instant-prize{
    background-image: url(../images/bg-popup-gold-ondas.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 20px !important;
}

.D_dialog-content
{
    height:100% !important;
}

.instant-prize-popup
{
    background-image: url(../images/bg-popup-rojo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 20px !important;
    width: 550px !important;
    max-height: 98% !important;
    height: 570px !important;
}