@charset "UTF-8";


/*construccion*/
body#construccion { 
    background: url("../images/construccion-fondo.png") no-repeat center 100px fixed; 
    -webkit-background-size:  100% auto;
    -moz-background-size: 100% auto;
    -o-background-size:  100% auto;
    background-size: 100% auto;
    position: relative;
    overflow-x: hidden;
    padding-top:160px;
}
.background{
  position:fixed !important;
  top:0;
  left:0;
  z-index:10000 !important;
  width:100%;
  height:100%;
}
#alert-constr{
  text-align: center;
  z-index:100001;
  position:relative;
  margin-top:80px;
}
#alert-constr img{
  width:100%;
  max-width: 1000px;
}
.construccion_titulo{
  width:100%;
  max-width: 500px;
  margin:0 auto;
}
@media screen and (max-width: 1300px) {
  #alert-constr{
    margin-top:0px;
  }
  #alert-constr img{
    max-width: 800px !important;
  }
  .construccion_titulo{
    max-width: 400px;
  }
}
@media screen and (max-width: 1100px) {
  .construccion_titulo{
    width:80%;
  }
}
@media screen and (max-width: 1070px) {
  .header{
    height:auto;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 990px) {
  #alert-constr{
    margin-top:30px;
  }
  #alert-constr img{
    width:80%;
  }
  .construccion_titulo{
    width:40%;
  }
}
@media screen and (max-width: 768px) {
  .header{
    padding-left: 60px;
  }
  .footer{
    /*position:absolute;*/
    bottom:0;
  }
  body#construccion{
    background-size: cover;
    background-position: center bottom;
  }
}
@media screen and (max-width: 515px) {
  #alert-constr{
    margin-top:-70px;
    }
  .construccion_titulo{
    width:40%;
    margin-right: 40px;
    margin-top: -45px;
  }
  body#construccion{
    /*background: url("../images/construccion-fondo.png") no-repeat center 73px fixed;
    -webkit-background-size:  100% auto;
    -moz-background-size: 100% auto;
    -o-background-size:  100% auto;
    background-size: 100% auto;*/
  }
}
@media screen and (max-height: 750px) {
  /*body#construccion { 
    background-image: url("../images/construccion-fondo-700.png"); 
    background-position: center bottom !important;
  }*/
  #alert-constr{
    margin-top:-50px;
  }
  #alert-constr img{
    max-width: 880px;
  }
}
/*fin construccion*/
