

@charset "utf-8";
html, body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
	width:100%;
	height: 100%;
	font-family: 'Helvetica';
	background-color: #009E49;
}
.fons {
	
	width:100%;
	height: 100%;
	position: absolute;	
	display: flex;
	align-items: center;
	justify-content: center;
}
.tabla {
	padding:50px;
	text-align:center;
	line-height: 1.5;
	font-size: 18px;
	color:#000;
}

.peu {
	position: absolute;
	bottom: 10px;
}

a:link {
	color: #000;
	
		
}

a:hover {
	text-decoration:none;
	
}


@media screen and (max-width:980px) {
	.tabla {
		font-size: 36px;
		
	}
	
	.peu {
		font-size: 30px;
	}
}
	
