.mb-modal-overlay {
display: none;
position: fixed;
z-index: 100;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #000;
opacity: .75;
filter: alpha(opacity=75);
}
.mb-modal {
display: none;
float: left;
position: absolute;
z-index: 101;
top: 100px;
left: 50%;
width: 420px;
padding: 20px;
background: #fff;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
margin-top:150px !important;
}
#modal-1 {
width: 600px;

}

#modal-1 .icono-cerrar {
text-align:right;

}
#modal-1 .cerrar {
text-align:center;
text-decoration:none;
  margin-top:1.5em;
}

#modal-1 .cerrar:hover,#modal-1 .cerrar:focus {
  text-decoration:underline;

}


