*{
	margin: auto;
	padding: 0;
	box-sizing: border-box;

}
body {
	background-color: #000;
}
#contenedor{
	width: 1690px;
	height: 1695px;
	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;

}
.director{
	padding: 20px 0;
}
.director img{
	float: right;
	width: 400px;
	height: 416px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.director h4{
	font-size: 24px;
	margin-left: 20px;
}
.director p{
	font-size: 20px;
	color: #FFF;
	line-height: 2;
	letter-spacing: 1px;
	padding: 5px 20px;
	margin-left: 20px;
}

.produccion img {
	width: 282px;
	height: 278px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 20px;
	float: left;
}
.produccion ul{
	font-size: 20px;
	color: #FFF;
	line-height: 2;
	letter-spacing: 1px;
	margin-left: 20px;
	
}
#caja1{
			background: #5c86b6;
			clear: right;
			height: 400px;
			width: 200px;
			border: 1px solid black;
			float: left;
			text-align: center;
			align-items: center;}

		#Dato1{
			background: #5c86b6; 
			border: 1px solid black;
			 width: 555px;
			 height: 450px; 
			 float: left;
			 margin-left: 5px;
			 margin-bottom: 10px;
			 text-align: center;
			 align-items: center;
			}
			#Dato1 img{
				float: left;
				width: 225px;
				height: 300px;
				margin-right: 30px;
				margin-left: 10px;
				padding: 10px 20px;
			}
			#Dato1 h4{
			font-size: 40px;
			color: #FFF;
			margin-left: 20px;
			padding: 20px 20px;
			}
			#Dato1 p{
			font-size: 20px;
			color: #FFF;
			line-height: 2;
			letter-spacing: 1px;
			padding: 20px 20px;
			margin-left: 20px;
			}
		#Dato2 {			
			background: #5c86b6;
			height: 450px;
			width: 555px;
			border: 1px solid black;
			float: right;
			text-align: center;
			align-items: center;

		}
		#Dato2 img{
				float: left;
				width: 245px;
				height: 300px;
				margin-right: 30px;
				margin-left: 10px;
				padding: 10px 20px;
			}
			#Dato2 h4{
			font-size: 35px;
			color: #FFF;
			margin-left: 20px;
			padding: 20px 20px;
			}
			#Dato2 p{
			font-size: 18px;
			color: #FFF;
			line-height: 2;
			letter-spacing: 1px;
			padding: 20px 20px;
			margin-left: 20px;
			}
			#Dato3{background: #5c86b6; 
			border: 1px solid black;
			 width: 555px;
			 height: 450px; 
			 float: left;
			 margin-left: 10px;
			 margin-bottom: 10px;
			 text-align: center;
			 align-items: center;
			}
			#Dato3 img{
				float: left;
				width: 245px;
				height: 300px;
				margin-right: 20px;
				margin-left: 10px;
				padding: 10px 20px;
			}
			#Dato3 h4{
			font-size: 35px;
			color: #FFF;
			margin-left: 20px;
			padding: 20px 20px;
			}
			#Dato3 p{
			font-size: 22px;
			color: #FFF;
			line-height: 2;
			letter-spacing: 1px;
			padding: 20px 20px;
			margin-left: 20px;
			}

.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;

}

