#facebox {
  position: fixed;
  top:21% !important;
  z-index: 100;
  text-align: left;

}
a#manifiesto{
    font-family: 'futuramedium';
    background-color: #0E5791;
    color: white;
    padding: 5px;
    border-radius: 5px;
    margin: 0 auto;
    display: block;
    font-size: 20px;
    text-align: center;
    width: 50%;
    position: absolute;
    bottom: 21px;left: 24%;}

#facebox .popup{
  position:relative;
  border:3px solid rgba(0,0,0,0);
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  
}
#popupPage{
    width: 100% !important;
}
#facebox #popupPage .popup-titulo{
    color: #0e5791;
    font-family: "futura_lt_btlight",sans-serif;
    font-size: 2.1em;
    font-weight: lighter;
    text-align: center;
    display: none;
}

#facebox #popupPage .popup-logo{
    background: #EEEEEE;
    text-align: center;
    padding: 40px;
    margin: 30px 0;
    display: none;
}
#facebox #popupPage .popup-content{
    color: #0c3959;
    font-family: "helvetica-lightlight",sans-serif;
    font-size: 14px;
    line-height: 1.8;
    margin: 0 0 10px;
    text-align: justify;
}

#facebox .content {
  display:table;
  background: #fff;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
}

#facebox .content > p:first-child{
  margin-top:0;
}
#facebox .content > p:last-child{
  margin-bottom:0;
}

#facebox h2{
    font-family: 'BebasNeue';
    text-align: center;
    font-weight: 100;
}

#facebox table{
    width: 100%;
}
#facebox table tr td, #facebox table tr th{
    padding: 5px 10px;
    text-transform: uppercase;
    font-weight: 100;
}

#facebox .close{
  position:absolute;
  top:0px;
  right:0px;
  padding:2px;
  background:transparent;
  opacity: 1!important;
}
#facebox .close img{
  opacity:1;
}
#facebox .close:hover img{
  opacity:1.0;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
  opacity: 0.8 !important;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}