/* CSS Document */
/* Author: Pablo Lara */


@media screen and (min-height: 602px) {
	html {
		height:1054px;
	}
}

@media screen and (min-height: 640px) {
	html {
		height:1280px;
	}
}

@media screen and (min-height: 568px) {
	html {
		height:1254px;
	}
}

@media screen and (max-height: 1024px) {
	html {
		height:1024px;
	}
}

/*
@media screen and (max-height: 740px) {
	html {
		height:1054px;
		height:1280px;
	}
}
*/