a.mapa, a.mapa:hover, a.mapa:visited {
font-weight: normal;
color: #CCCCCC;
font-size: 11px;
text-decoration: none;
}
p.mapa {
font-weight: normal;
color: #CCCCCC;
font-size: 11px;
text-decoration: none;
}

div#Layer1 img {
	margin-top: 25px;
}

div#Layer1 p {
	text-align: justify;
}

body {
	overflow-x: hidden;
	font-size: 13px;
	color: #111111;
	font-family: Verdana;
}

a {
	color: inherit;
	text-decoration: inherit;	
}

div#bgbottom {
	background-image: url('images/bgbottom.jpg');
	height: 200px;
	padding-top: 10px;
}

div#bgbottom p {
	margin-top: 0px;
}

div#bgtop {
	height: 0px;
}

body {
	margin: 0px;
	padding: 0px;
}

div.gallery {
	width: 0px;
	height: 0px;
	position: absolute;
	visibility: hidden;
	/*background-color: gray;*/
	background-image: url('images/gallerybg3.png');
	z-index: 100;
	text-align: center;
}

div.gallery div.smalls {
	width: 0px;
	height: 0px;
	position: absolute;
	visibility: hidden;
	overflow: hidden;
	background-image: url('images/gallerybg4.png');
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
}

div.gallery div.small {
	float: left;
	margin: 5px;
}

div.gallery div.small img {
	height: 135px;
}

div.gallery div.small img:hover {
	cursor: pointer;
}

div.gallery div.bigs {
	background-image: url('images/loading.gif');
	background-position: center center;
	background-repeat: no-repeat;
	width: 0px;
	height: 0px;
	position: absolute;
	visibility: hidden;
	overflow: hidden;
}

div.gallery div.big {
	/*background-image: url('images/loading.gif');
	background-position: center center;
	background-repeat: no-repeat;*/
	height: 0px;
	position: absolute;
	visibility: hidden;
}

div.gallery div.big img {
	/*border: 4px solid white;*/
	height: 328px;
	/*padding: 4px;*/
	background-image: url('images/gallerybg4.png');
}
	
div.gallery div.filename {
	width: 0px;
	height: 0px;
	position: absolute;
	visibility: hidden;
}

div.gallery div.nav {
	width: 0px;
	height: 0px;
	position: absolute;
	visibility: hidden;
	color: white;
	font-weight: bold;
	-moz-user-select: none;
	-khtml-user-select: none;
	-ouser-select: none;
	font-family: Verdana;
	font-size: 14px;
}

div.gallery div.nav a:hover {
	cursor: pointer;
	color: white;
	-moz-user-select: none;
	-khtml-user-select: none;
	-ouser-select: none;
}

div.gallery div.close {
	width: 0px;
	height: 0px;
	position: absolute;
	visibility: hidden;
	color: white;
	text-align: right;
	margin-right: 100px;
	margin-top: 20px;
	font-weight: bold;
}

div.gallery div.close a {
	color: white;
}

div.gallery div.close a:hover {
	color: white;
	cursor: pointer;
}

div#footer {
	padding-top: 5px;
	padding-right: 15px;
	height: 20px;
	width: 100%;
	position: absolute;
	z-index: 10;
	background-image: url('images/bg_top.png');
	margin-top: -112px;
	text-align: right;
	color: white;
	font-family: Verdana;
	font-size: 11px;
}

