#contenedor {
	height: 700px;
	width: 1000px;
	margin: auto;
	background-color: #E8E3E3;
}
#head {
	height: auto;
	width: auto;
}
#menu {
	background-color: #8DABE1;
	height: auto;
	width: auto;
}
#contenedor2 {
	height: 660px;
	width: 1000px;
	margin: auto;
}
#head {
	background-color: #BCCAF7;
	float: left;
	height: 100px;
	width: 1000px;
	margin: auto;
}
#menu {
	background-color: #E8E3E3;
	float: left;
	height: 50px;
	width: 1000px;
	margin: auto;
	text-align: left;
}
#cuerpo {
	height: 510px;
	width: 1000px;
	top: auto;
	background-color: #FDFDFD;
	float: left;
	margin-top: auto;
	font-size: 18px;
	text-align: center;
	text-decoration: blink;
	display: table;
	padding-top: 5px;
	background-repeat: no-repeat;
}


#pie {
	background-color: #F4F6F7;
	height: 40px;
	width: 1000px;
	font-family: unifrakturcook;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	text-align: right;
}
#head {
	height: 100px;
	width: 1000px;
	margin: auto;
}
