html, body {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #20664c;
	background-image: url(../images/fondo_pagina.jpg);
}
#wrap {
	margin: 0px;
	padding: 0px;
	width: 760px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background-color: #d5fde8;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #003300;
	border-left-color: #003300;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003300;
}
#header {
}
#content {
	margin: 0px;
	padding: 0px;
	width: 760px;
	background-image: url(../images/shade.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#menu_bar {
	float: left;
	width: 130px;
	margin-left: 10px;
	background-color: #d5fde8;
}
#menu {
	width: 130px;
	background-color: #41b479;
	padding-top: 4px;
	padding-bottom: 6px;
}
#menu_language {
	padding-top: 0px;
	padding-bottom: 8px;
	text-align: right;
	width: 580px;
	float: right;
}
#menu_language img {
	margin-left: 6px;
	margin-right: 10px;
	vertical-align: middle;
}
#menu_address {
	width: 130px;
	padding: 0px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
#menu_images {
	width: 130px;
	padding-top: 12px;
}
#contents {
	padding-top: 10px;
	margin-left: 160px;
	text-align: left;
	width: 580px;
}
#contents #image_bar {
	padding: 0px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 12px;
	margin-bottom: 6px;
}
#contents #image_bar img {
	margin-bottom: 12px;
	border: 2px solid #00691b;
}
#contents #image_bar_bottom {
	padding: 0px;
	width: 580px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}
#contents #image_bar_bottom img {
	margin-right: 12px;
	border: 2px solid #00691b;
	margin-top: 12px;
}
#footer {
	margin: 0px;
	padding: 0px;
	width: 760px;
	height: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #003300;
	display: block;
	clear: both;
	background-color: #41b479;
}

#menu_bar h4 {
	font-size: 12px;
	text-align: right;
	margin: 0px;
	padding: 0px;
}
#menu_language h5 {
	font-size: 10px;
	text-align: right;
	margin: 0px;
	padding: 0px;
	color: #666666;
}
#menu_language h5 a {
	color: #20664c;
	text-decoration: none;
}
#menu_language h5 a:hover {
	text-decoration: underline;
}
#menu_bar h4 a {
	color: #fff400;
	padding: 10px 8px 10px 6px;
	display: block;
	text-decoration: none;
}
#menu_bar h4 a:hover {
	background-color: #023c17;
}
#menu_address p {
	font-size: 11px;
	color: #2E8155;
	text-align: right;
	margin: 0px 4px 2px 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#footer p {
	font-size: 11px;
	margin: 3px 4px 4px;
	padding: 0px;
	color: #f0df4c;
	font-weight: normal;
}
#footer p a {
	color: #f0df4c;
	text-decoration: none;
}
#footer p a:hover {
	text-decoration: underline;
}

#contents h1 {
	margin: 0px;
	font-size: 12pt;
	padding: 0px;
}
#contents h2 {
	font-size: 14px;
}
#contents h3 {
	font-size: 14px;
}
#contents h4 {
	margin-top: 11px;
	font-size: 12px;
}
#contents p {
	font-size: 11px;
	font-weight: bold;
	color: #20664c;
	text-align: justify;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
#contents hr {
	text-align: center;
	height: 1px;
	width: 200px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#contents img.map {
	float: right;
	margin-bottom: 6px;
	margin-left: 10px;
}
#contents textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#contents #GuestbookContentsLayout {
	padding-bottom: 12px;
}

#contents #GuestbookContentsLayout p.Guestbook {
	font-size: 11px;
	margin-top: 0px;
	padding-top: 0px;
}
#contents #GuestbookContentsLayout p.GuestbookName {
	font-size: 12px;
	margin-top: 0px;
	padding-top: 0px;
}

/* slide show */
#slideshow {
	position: relative;
	height: 229px;
	width: 304px;
	margin: 18px auto;
}
	#slideshow li {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 8;
		opacity: 0.0;
		border: none;
		/* ie bugs */
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		margin: 0;
		padding: 0;
		list-style: none;
	}
		#slideshow li.active {
			z-index: 10;
			opacity: 1.0;
		}
		#slideshow li.last-active {
			z-index: 9;
		}
			#slideshow img {
				border: 2px solid #00691B;
			}



/* SLIMBOX */
#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}
#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}
.lbLoading {
	background: #fff url(/images/loading.gif) no-repeat center;
}
#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}
#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}
#lbPrevLink {
	left: 0;
}
#lbPrevLink:hover {
	background: transparent url(/images/prevlabel.gif) no-repeat 0 15%;
}
#lbNextLink {
	right: 0;
}
#lbNextLink:hover {
	background: transparent url(/images/nextlabel.gif) no-repeat 100% 15%;
}
#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}
#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(/images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}
#lbCaption, #lbNumber {
	margin-right: 71px;
}
#lbCaption {
	/* font-weight: bold; */
}

