
body {
	background: grey;
	background-image: url("fondo.jpg");
	bacckground-align: center;
	background-size: cover;
	color: white;
	font-family: 'Trebuchet MS';
	text-align: center;
	padding: 20px;
	margin: 30px;
	}

h1 {
  font-family: Palatino, 'Palatino Linotype', serif;
	font-size: 3rem;
	color: rgb(46,105,173);
}

h2 {
	font-family: Palatino, 'Palatino Linotype', serif;
	font-size: 2.5rem;
	color: rgb(46,105,173);
}

h3 {
	font-family: Palatino, 'Palatino Linotype', serif;
	font-size: 1.8rem;
	text-align: left;
}

p {
	font-size: 1.5rem;
}

p2 {
	font-size: 1.2rem;
}

#p3 {
	text-align: left;
	font-size: 1rem;
}


ol li {
	text-align: left;
	font-size: 1rem;
}

nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
}

nav ul li {
	flex-grow: 1;
}

nav ul li a {
	opacity:0.5;
	background-color: grey;
	color: white;
	font-family: 'Trebuchet MS';
	display: block;
	text-align: center;
	margin-right: 2px;
	padding: 0.2rem;
	text-decoration: none;
}

nav a:hover {
		opacity:0.8;
	background-color: lightgrey;
}

li {
	font-size: 1.5rem;
}