@charset "UTF-8";
/* CSS Document */
body{
	margin:0;
	background:url(../iProximamente/fondo.jpg) no-repeat;
	background-size:cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	
}
#wrapper{
	width:100%;
	height:100%;
	margin:auto;
	text-align:center;
	}