#hoja_presenta {
	position: absolute;
	left: 0%;
	width: 100%;
	top: 0%;
	height: 100%;
	background-color: #000022;
}
#presenta {
	font-family: 'staypuftmedium';	
	position: relative;
	left: 15%;
	width: 70%;
	color: #FFFFFF;
}
#slogan {
	position: relative;
	left: 20%;
	width: 60%;
}
#botonn {
	position: relative;
	left: 40%;
	width: 20%;
	height: 5%;
	background-color: #AAAA99;
	border-color: #444444;
	border-width: thin;
	border-style: solid;
	color: #000000;
	padding-top: 0.7%;
	border-radius: 10%;
	font-family: 'mekanus_adf_stdregular';
	font-size: 1.5em;
	margin-top: 4em;
	margin-bottom: 1em;
}
#botonn:hover {
	background-color: #CCCCAA;
	border-color: #666666;
	border-width: thin;
	border-style: solid;
	color: #333333;
}