body,html {
	background-color: #000000;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: 'Times New Roman', serif;
}

#contenedor {
	width: 780px;
	margin: 0 auto;
	background-color: #139825;
	color: #ffffff;
}

#cenefa {
	padding-top: 65px;
	width: 780px;
	height: 195px;
}

#menu {
	height: 36px;
	background-color: #43ad51;
	color: #ffffff;
	font-style: italic;
	font-weight: bold;
	font-size: 22px;
}

#menu ul {
	list-style: none;
	margin: 0 0 0 100px;
	padding: 0;
}

#menu ul li {
	list-style: none;
	float: left;
}

#menu ul li a {
	display: block;
	margin: 4px 15px;
	text-decoration: none;
	color: #ffffff;
}

#menu ul li a:hover {
	color: #f8d89d;
}

#menu ul li a:active {
	color: #f8d89d;
}

#central {
	margin: 50px 35px;
	font-size: 14px;
	text-align: left;
	font-style: italic;
	overflow: hidden;
}

#pie {
	clear: both;
	text-align: center;
}

#map {
	width: 710px;
	height: 300px;
}

label {
	float: left;
	width: 220px;
	text-align: right;
	margin-right: 5px;
}