body {
	background-color: white;
	color: #2F5E55;
	font-size: 12pt;
	font-family: "Arial", serif;
	text-align: center;
	min-width: 950px;
}
img {
	border: none;
}
a:link, a:active, a:visited {
	background-color: transparent;
	color: #2F5E55;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #D79042;
	background-color: transparent;
}
a.small {
	font-size: small;
}
h2 {
	font-size: 14pt;
	font-weight: bold;
}
div#container {
	width: 950px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
div#navbar {
	margin-top: 5px;
	margin-bottom: 20px;
}
div#text, div#leftnav, div#mapa {
	float: left;
}
div#logo {
	padding-top: 40px;
	text-align: center;
}
div#maintext {
	width: 850px;
}
div#text {
	width: 470px;
	min-height: 300px;
}
.centered {
	margin-left: auto;
	margin-right: auto;
}
div#leftnav {
	width: 245px;
	color: #2F5E55;
	background-color: #ECEAE7;
	min-height: 450px;
	padding-top: 5px;
	margin-right: 50px;
}
li.unchosen {
	list-style-image: url(graphics/bullet.jpg);
}
li.unchosen ul li, li.chosen ul li {
	list-style-type: none;
	list-style-image: none;
	margin-top: 7px;
	margin-bottom: 7px;
}
li.chosen {
	list-style-image: url(graphics/bullet1.jpg);
}
li.unchosen ul li a:active, li.unchosen ul li a:visited, li.unchosen ul a:link, li.chosen ul li a:active, li.chosen ul li a:visited, li.chosen ul a:link {
	font-weight: normal;
	font-size: 12pt;	
}
li.unchosen ul, li.chosen ul {
	margin-bottom: 10px;
}
img#imagemap {
	padding-right: 20px;
}
#mapa {
	text-align: center;
}
#mapa img {
	margin-left: auto;
}
label, input {
	display: inline;
	float: left;
	margin-bottom: 15px;
}
br.break {
	clear: left;
}
label {
	text-align: left;
	width: 90px;
}