*, html {
	padding: 0; margin: 0;
}
body {
	font-family: Georgia, Verdana, serif !important;
	text-align: center;
	font-size: 16px;
	background: white url(topmenubg.gif) top left repeat-x;
}
a:link, a:visited {
	color: #006;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 26px;
	font-weight: bold;
}
#container {
	width: 760px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}
#menu { list-style-type: none; float: right; margin-top: 4px;}
#menu li { float: left;}
#menu li a {
	display: block;
	margin-left: 20px;
	color: #222;
}
#wrapper {
	background: url(logo.jpg) top left no-repeat;
	padding: 60px 0 0 200px;
	height: 270px;
	margin-top: 20px;
}
#right {
	float: right;
	width: 70%;
}
#contents { margin: 10px 0; font-size: 14px;}
#contents ul { list-style-type: square; margin: 4px 0 4px 23px;}
#contents ul li { margin: 2px 0;}
#contents p {
	margin: 5px 0;
	text-align: justify;
	text-indent: 5px;
	line-height: 18px;
}
#contents h1 {
	font-weight: bold;
	font-size: 18px;
	margin: 10px 0;
}
#contents #mapa { width: 500px; height: 500px;}

.clr {
	clear: both;
}
.bottomspan {
	margin-bottom: 15px;
}
.bold { font-weight: bold;}
.vspan { margin: 10px 0;}
.topspan { margin-top: 10px;}
.markup { color: #d20000;}
#contents .tocenter { text-align: center; margin-left: auto; margin-right: auto;}