body{
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
.body_intro {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-image: url(../images/bg_portada.jpg);
	background-repeat: repeat-x;
}
.body_game {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-image: url(../images/fnd_gral.jpg);
	background-repeat: repeat-x;
}
html {
	height: 100%;
	width: 100%;
}
