@charset "utf-8";
/* CSS Document */

.body {
	width:100%;
	height:100%;
	}

#fondo {
	width:100%;
	height:100%;
	position:absolute;
	background-image:url(fondo.jpg);
	background-position:top;
	background-repeat:repeat;
	left: 0px;
	top: 0px;
}

#info {
	position:relative;
	top:27%;
	background-image:url(info.png);
	background-position:center;
	height:280px;
	background-repeat:no-repeat;
	}

