
.popup {
    height: 350px;
    width:  500px;
    background-color: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 25px 5px #999999;
    color: #111111;
    display: none;

    padding: 15px;
    border: 0 none;
    font: inherit;
    margin: 30px 30px 30px 30px ;
    vertical-align: baseline;
    background: url('../images/cargando-loading-019.gif') 50% 50% no-repeat rgb(249,249,249);

/*    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../images/loading2.gif') 50% 50% no-repeat rgb(249,249,249);
    opacity: .8;
    */

}

.button.b-close {
    border-radius: 7px 7px 7px 7px;
    box-shadow: none;
    font: bold 131% sans-serif;
    padding: 0 6px 2px;
    position: absolute;
    right: -7px;
    top: -7px;
}
.button {
    background-color: #0069ae;
    /*color: #FFFFFF;*/
    color:red;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    text-decoration: none;
}
*::-moz-selection {
    background-color: #2B91AF;
    color: #FFFFFF;
    text-shadow: none;
}

.carga{
  border: 1px solid black;
  margin:20px 20px 20px 20px;
  width: 400px;
  height: 250px;
  text-align:center;
}