body.custom-alert-overflow {
  overflow: hidden; }

.custom-alert-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 500;
  text-align: center; }
  .custom-alert-container .fondo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; }
  .custom-alert-container:before {
    content: "";
    height: 100%;
    vertical-align: middle;
    display: inline-block; }
  .custom-alert-container .cont-mensaje {
    border: 1px solid #000;
    background-color: #FFF;
    width: 500px;
    max-width: 80%;
    padding: 20px;
    display: inline-block;
    z-index: 100;
    position: relative;
    max-height: 100%;
    overflow-y: auto; }
    .custom-alert-container .cont-mensaje .cerrar {
      font-size: 50px;
      position: absolute;
      top: 15px;
      right: 10px;
      line-height: 10px;
      cursor: pointer; }
    .custom-alert-container .cont-mensaje .titulo-mensaje {
      color: #333;
      font-size: 21px;
      text-align: left;
      border-bottom: 1px solid #000;
      padding: 0 20px 10px 10px; }
    .custom-alert-container .cont-mensaje .mensaje {
      text-align: left;
      padding: 20px 5px 60px 5px; }
    .custom-alert-container .cont-mensaje .boton {
      background-color: #000;
      color: #FFF;
      text-transform: capitalize;
      font-size: 15px;
      cursor: pointer;
      letter-spacing: 0.5px;
      padding: 5px 18px;
      line-height: normal;
      font-weight: bold;
      position: absolute;
      bottom: 20px;
      right: 20px; }

/*# sourceMappingURL=style.css.map */
