*{
	margin: auto;
	padding: 0;
	box-sizing: border-box;

}
body {
	background-color: #000;
}
#contenedor{
	width: 1690px;
	height: 1758px;
	margin-bottom: 10px;
}
.cabecera{
	background: url(../imagenes/Grindelwald.jpg) no-repeat; top center;
	width: 1690px;
	height: 663;
	background-position:top center;
}
#menu{
	text-align: center;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 10px 0px;
}
#menu a {
	font-size: 28px;
	text-decoration: none;
	color: #FFF;
	padding: 10px 90px;
}
#menu a:hover{
	background: #5c86b6;
	color: #FFF;
}
#titulo{
	background: #5c86b6 ;
	padding: 167px 35px 20px;
	color: #FFF;
	margin: 20px 0;
	text-align: center;
}
#titulo h2{
	font-size: 100px;
}

.saga ol{
	font-size: 20px;
	color: #FFF;
	line-height: 2;
	letter-spacing: 1px;
	padding: 20px 20px;
	margin-left: 20px;
}
.tema{
	clear: both;
	height: 100px;
	border: 1px solid black;
	text-align: center;
	align-items: center;
	background: #5c86b6;
	color: #FFF;
	padding: 20px;
	font-size: 50px;

}
#tema h4{
	font-size: 100px;
}
#footer{
	clear: both;
	height: 55px;
	border: 1px solid black;
	text-align: center;
	align-items: center;
	background: #5c86b6;
	color: #FFF;
	text-align: center;
	padding: 20px;
	font-size: 16px;

}