@charset "utf-8";
html, body{
height:100%;}
body {margin:0; padding:0; width:100%; height:100%; overflow:hidden;}
#background{
	position:absolute;
	width:100%;
	height:100%;
	text-align: center;
}
.fonw {
	background-image: url(img/fondo.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
