/*footer fixed*/
@media (min-width: 992px) {
	.wrapper{
	  margin-bottom:500px;
	  margin-bottom:550px;
	  z-index:1;
	  padding-bottom:0;
	}
	.correccion-footer-safari{
		height:1px;
	}
	#pagina{
	  background:#fff;
	}
	footer{
	  position:fixed;
	  bottom:0;
	  left:0;
	  width:100%;
	  height:500px;
	  height:550px;
	  z-index:-1;
	}
}