<style type="text/css">
.fechaModal{
  /*cursor: pointer !important;*/
}
.fechar { position: absolute; font-size: 11px; right: 0; top: -25px; padding: 0 5px; height: 25px; line-height: 25px; text-decoration: none; font-weight: bold; background: #fff; color: #2c6ba1!important; border: 0px solid #fff; float: right; text-align: center; }
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s 0.5s ease-in-out;
  transition: all 0.5s 0.5s ease-in-out;
}

.modal-content {
  padding: 35px;
  max-width: 1000px;
  min-width: 200px;
  max-height: 95%;
  overflow: auto;
  position: absolute;
  top: 40%;
  left: 50%;
  z-index: 999;
  opacity: 0;
  border-radius: 3px;
  background: #fff;
  text-align: center;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.modal-content img {
  display: block;
  width: 100%;
  margin: 10px 0 0;
}
.modal-content a {
  cursor: pointer !important;
  color: #ff9900 !important;
}

.modal-content h3 {
	font-weight: 300;
/*  padding-top: 10px;
*/  text-align: center;
}
.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,0.7);
}

.modal-close:after {
  /*content: "X";*/
  float: right;
  margin: 5px 5px 0 0;
  width: 30px;
  height: 30px;
  position: relative;
  z-index: 3;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  background-color: rgba(255,255,255,0.8);
  border-radius: 20px;
  box-shadow: 0 0 3px #000;
}
input[id*="modal_"] {
  position: fixed;
  left: -9999px;
  top: 50%;
  opacity: 0;
}

input[id*="modal_"]:checked + div.modal {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
}

input[id*="modal_"]:checked + div.modal .modal-content {
  opacity: 1;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.modal-content h3 img{
    width: 18px;
    /* padding: 10px; */
    display: block;
    float: left;
    margin-top: 2.5px;
}
</style>
