.popUp {
    position: absolute;
    width: 500px;
    height: auto;
    margin: auto;
    top: 10%;
    z-index: 7000;
    background-color: white;
    /*    -moz-box-shadow: 0 0 5px 5px #18A65F;
        -webkit-box-shadow: 0 0 5px 5px #18A65F;
        box-shadow: 0 0 20px 5px #18A65F;*/
    border: 3px solid #18A65F;
    border-radius: 10px;
}

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

.popUp .contenidoPopUp {
    padding-left:30px;
    font-size: 16px;
    line-height: 25px;
    height: 102px;
    font-family: Verdana;
    color: dimgray;
    position: relative;
    height: auto;
}

.popUp .opcionesPopUp {
    height: 27px;
    position: relative;
    bottom: 5px;
    right: 10px;
    z-index: 11;
    float: right;
    margin-top: 20px;
    margin-right: 15px;
    margin-bottom: 5px;
}
.popUp input[type=button]{
    cursor: pointer;
}
