body, html {
	height: 100%;
	margin: 0;
}

.bgimg {
	background-image: url('/images/portada.webp');
	height: 100%;
	background-position: center;
	background-size: cover;
	position: relative;
	color: white;
	font-family: "Courier New", Courier, monospace;
	font-size: 25px;
}

.topleft {
	position: absolute;
	top: 0;
	left: 16px;
}

.bottom {
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.3)
}

.bottomleft {	
	left: 16px;
	font-size: 20px;
	text-align: center;
}

.middle {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	text-shadow: 2px 2px black;
}
.middle p {
	font-size: 20px;
	text-shadow: 1px 1px black;	
}

a:visited {
  color: inherit;
}

hr {
	margin: auto;
	width: 40%;
}

a, a:hover, a:visited, a:active {
  color: inherit;
  text-decoration: none;
 }