body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

	background-image:url(../imatges/background.jpg);
	background-color: #eaeaea;
	background-repeat: repeat-y;
	background-position: center;
}

/************************************ fons ************************************/
.fons_gris_fosc {
	background-color: #565656;
}

.fons_blanc {
	background-color: #FFFFFF;
}

.fons_gris {
	background-color: #bcbcbc;
}

.fons_seccions_degradat {
	background-image: url(../imatges/seccions_degradat.gif);
	background-repeat: repeat-x;
}

.fons_seccions_degradat_llarg {
	background-image: url(../imatges/seccions_degradat_llarg.gif);
	background-repeat: repeat-x;
}

.fons_seccions {
	background-image: url(../imatges/seccions_fons.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

.fons_seccions_activa {
	background-color:#dfdef3;
}

.fons_peu {
	background-image: url(../imatges/peu_degradat.gif);
	background-repeat: repeat-x;
}

.fons_gris_peu {
	background-color: #7a7a7a;
}

.fons_capsalera_degradat {
	background-image: url(../imatges/capsalera_degradat.gif);
	background-repeat: repeat-x;
}

.cela_destacada {
	background-color:#171796;
	width:100%;
	height:25px;
	vertical-align:middle;
}

/************************************ lletres ************************************/
.lletra {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #474747;
	text-decoration: none;
}

.lletra_destacada {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #171796;
	text-decoration: none;
}

.lletra_peu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-decoration: none;
}

.lletra_titols{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #171796;
	font-weight:bold;
}

.lletra_vermella {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC0000;
	text-decoration: none;
}

/************************************ links ************************************/
a.links_seccions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #434343;
	text-decoration: none;
}
		a:link.links_seccions		{color:#434343}
		a:visited.links_seccions	{color:#434343}
		a:hover.links_seccions		{color:#171796}
		a:active.links_seccions 	{color:#171796}
		
a.links_cela_destacada {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
		a:link.links_cela_destacada		{color:#FFFFFF}
		a:visited.links_cela_destacada	{color:#FFFFFF}
		a:hover.links_cela_destacada	{color:#CCCCCC}
		a:active.links_cela_destacada 	{color:#CCCCCC}

/************************************ altres ************************************/
.marc{
	border:1px solid #bcbcbc;
}

.inputs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	border: 1px solid #bcbcbc;
}
.boto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	width:100px;
	text-decoration: none;
	border: 1px solid #bcbcbc;
}

/************************************ efectes obrir fotos ************************************/
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #7a7a7a; /* Fons i marc de la imatge */
	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: transparent url(../imatges/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
/* Aquestes dues línies estan en fulles d'estils diferents per diferenciar els idiomes*/
/*#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }*/


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #7a7a7a; /*# Fons i marc de la imatge (part de baix, allà on hi ha el número d'imatges) */
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #FFFFFF; }
#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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #bcbcbc;/* Color de fons la pantalla */
	}
