@charset "utf-8";

* {margin: 0; padding: 0}

body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 8pt;
	text-align: center;
}

img {
	border: none;
}

#contenidor {
	background-image: url('imatges/base.jpg');
	position: absolute;
	left: 50%;
	top: 50%;
	width: 960px;
	height: 480px;
	margin-left: -480px;
	margin-top: -250px;
}

#targeto {
	position: absolute;
	left: 30px;
	top: 30px;
	width: 900px;
	height: 400px;
}

#bloc_esq {
	position: absolute;
	left: 0px;
	top: 100px;
	text-align: left;
	vertical_align: top;
}

#bloc_mig {
	position: absolute;
	left: 400px;
	top: 100px;
	text-align: left;
}

#caixa_mapa {
	border: 1px solid #d0d0d0;
	margin-bottom: 12px;
}

#bloc_txt {
	position: absolute;
	left: 640px;
	top: 95px;
	width: 230px;
	height: 280px;
	overflow-y: auto;
}

/* tipografia */

a {
	color: #3366cc;
	text-decoration: none;
}

p {
	padding: 0px 0px 4px 0px;
	text-align: left;
	color: #606060;
	line-height: 150%;
}

h2 {
	padding: 0px 0px 8px 0px;
	text-align: left;
	color: #808080;
	font-size: 8pt;
	font-weight: bold;
	letter-spacing: .05em;
	line-height: 140%;
}

h2.destacat {
	color: #a00000;
}

/* navegaci— */

#idiomes {
	position: absolute;
	right: 30px;	
	top: 0px;
}

#idiomes a {
	color: #3366cc;
}

#idiomes a:hover {
	color: #606060;
}

#menu {
	position: absolute;
	left: 30px;
	top: 448px;
}

#menu ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#menu li {
	display: block;
	width: 160px;
	height: 21px;
	float: left;
	text-align: center;
	line-height: 15pt;
	color: #fff;
	background-color: #606060;
	margin: 0px 25px 0px 0px;
}

#menu a {
	display: block;
	width: 160px;
	height: 21px;
	text-align: center;
	color: #606060;
	background-color: #fff;
	text-decoration: none;
}

#menu a:hover {
	color: #fff;
	background-color: #a0a0a0;
}

/* formulari */

.box {
	background-color: #e8e8e8;
	width: 335px;
	height: 200px;
	padding: 20px;
	text-align: left;
}

.camp1 {
	border: 1px solid #d0d0d0;
	height: 20px;
	padding-left: 5px;
	color: #666666;
	width: 200px;
}

.camp2 {
	border: 1px solid #d0d0d0;
	height: 80px;
	padding-left: 5px;
	color: #666666;
	width: 200px;
}

.box label {
	display: block;
	color: #808080;
	margin: 0px 0px 14px 0px;
}

.box label span {
	display: block;
	float: left;
	padding-right: 6px;
	width: 100px;
	text-align: right;
}

.boto_enviar {
	background-color: #a0a0a0;
	padding: 4px 10px 6px 10px;
	border: none;
	color: #FFFFFF;
	font-size: 8pt;
	margin-left: 106px;
}

/* amplia les imatges */

#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#lightbox img {
	width: auto;
	height: auto;
}

#lightbox a img {
	border: none;
}

#outerImageContainer {
	position: relative;
 	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#imageContainer {
	padding: 10px;
}

#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#imageContainer>#hoverNav {
	left: 0;
}

#hoverNav a {
	outline: none;
}

#prevLink, #nextLink {
	width: 49%;
	height: 100%;
	background-image: url(data:image/gif;
	base64,AAAA); /* Trick IE into showing hover */
	display: block;
}

#prevLink {
	left: 0;
	float: left;
}

#nextLink {
	right: 0;
	float: right;
}

#prevLink:hover, #prevLink:visited:hover {
	background: url(imatges/prevlabel.gif) left 15% no-repeat;
}

#nextLink:hover, #nextLink:visited:hover {
	background: url(imatges/nextlabel.gif) right 15% no-repeat;
}

#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
}

#imageData {
	padding: 0px 10px;
	color: #666;
}

#imageData #imageDetails {
	width: 70%;
	float: left;
	text-align: left;
}
	
#imageData #caption {
	font-weight: bold;
}

#imageData #numberDisplay {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}
			
#imageData #bottomNavClose {
	width: 66px;
	float: right; 
	padding-bottom: 0.7em;
	outline: none;
}	 	

#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}

