.arriba{
	font-family: Impact;
	font-size: 6em;
	text-transform: uppercase;
	color: white;
	-webkit-text-stroke: 2px black;
	text-align: center;
	
}

.abajo{
	font-family: Impact;
	font-size: 6em;
	text-transform: uppercase;
	color: white;
	-webkit-text-stroke: 2px black;
	text-align: center;
	position: absolute;
	bottom: 12px;
	left: 0;
	right: 0;
	margin: auto;
}

p {
	margin: 0;
}

#fondo{
	position: fixed;
	right: 0;
	bottom: 0;
	min-height: 100%;
	min-width: 100%;
	z-index: -10;
}