html {
	color: #333;
	font-size: 1em;
	line-height: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	background-image: url(../img/Cromatico-Impresos.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
}

h1 {
	bottom: ;
	font-size: 2em;
	height: auto;
	left: 20%;
	position: absolute;
	right: ;
	top: 20%;
	width: auto;
}

footer {
	bottom: 0;
	font-size: 1em;
	height: auto;
	margin: 1% 0;
	position: absolute;
	text-align: center;
	width: 100%;
}