#tabsContent {
	width: 570px;
	margin: 6px 0 0 0;
	padding: 3px 0 0 0;
	background: #dfdfc3 url('/img/content_top_bg.gif') no-repeat top;
}
#tabsContent h1 {
	margin: 6px 23px;
	color: #62614c;
}
#tabsContent #mapa, #tabsContent #fotos {
	clear: both;
	position: relative;
	top: 0;
	width: 570px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background: #eaeadc;
}
#tabsContent #mapa {
	height: 540px;
}
#tabsContent #fotos {
	height: auto;
}
#tabsContent #fotos td {
	padding-top: 30px;
}
#tabsContent #fotos table {
	margin-bottom: 30px;
}
#tabsContent #mapa p.leftmargin {
	font-size: 11px;
	padding: 0 0 30px 162px;
	position: relative;
	top: 30px;
	margin: 0;
}
#tabsContent #mapa img {
	margin: 20px 0 0 0;
}
#tabsContent #link, #tabsContent #bottom {
	width: 570px;
	height: 50px;
	text-align: center;
	background: #dfdfc3 url('/img/content_bottom_bg.gif') no-repeat bottom;
}
#tabsContent #link a {
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #4b6d3e;
}
#tabsContent #link a:hover {
	text-decoration: underline;
}
/* style for labelsmenu */
#labelsmenu {
	position: relative;
	z-index: 10;
	margin-top: 40px;
	padding: 0;
	width: 570px;
	height: 24px;
	background: #dfdfc3;
}
#labelsmenu ul {
	position: relative;
	top: 1px;
	list-style: none;
	margin: 0;
	padding-left: 18px;
}
#labelsmenu li {
	width: 114px;
	list-style: none;
	display: block;
	float: left;
	margin-left: 5px;
}
#labelsmenu li a {
	width: 114px;
	display: block;
	float: left;
	height: 24px;
	color: #333;
	font-size: 11px;
	text-align: center;
	background: url('/img/content_label.gif') no-repeat;
	line-height: 24px;
	padding: 0;
	text-decoration: none;
}
#labelsmenu li a:hover {
	width: 114px;
	display: block;
	float: left;					
	background: url('/img/content_label_omo.gif') no-repeat;
	height: 24px;
}
#labelsmenu li.in {
	width: 114px;
	display: block;
	float: left;
	margin-left: 5px;
	height: 24px;
	color: #333;
	font-size: 11px;
	text-align: center;
	background: url('/img/content_label_in.gif') no-repeat left;
	line-height: 24px;
	padding: 0;
	text-decoration: none;
	cursor: default;
}
/* end of labelsmenu */
