html {
	height: 100%;
}
body {
	font: 12px Georgia, "Times New Roman", sans-serif;
  background: #000 url('/layout/images/bg-gothica.jpg') no-repeat top center;
	color: #b17d43;
	text-align: center;
}
* {
	padding: 0;
	margin: 0;
}
img {
	border: 0;
}
.clear {
	clear: both;
}
.toright {
  text-align: right;
}
a {
	color: #b17d43;
  text-decoration: none;
}
a:hover {
  color: #ffffcc;
}
ul li {
  margin: 0;
  padding: 0.5em 0;
  list-style-type: none;
  border-bottom: 1px solid #270900;
}
#container {
  margin: 0 auto;
  width: 720px;
  height: 900px;
	text-align: left;
}
#top {
  height: 250px;
}
#left {
  width: 100px;
  float: left;
  font-size: 1.6em;
}
#right {
  width: 70%;
  margin-left: 50px;
  float: left;
  font-size: 2em;
}
#mapa {
  margin: 2em 0;
}