/* Títols capçalera */
.TitolPpal {                 /* EN ÚS */
	border:0px none;
	border-bottom-style: solid;
	border-top-style: solid;
	margin:0px;
	padding-left:1em;
	padding-right:.5em;
	color:#ffffff;
	font-family: Georgia, "Times New Roman", Times, serif, monospace;
	font-size:3em;
	font-weight:600;
	}
	
.TitolSec1 {                 /* EN ÚS */
	border:0px none;
	border-bottom-style: solid;
	border-top-style: solid;
	margin:0px;
	padding-left:5em;
	padding-right:.5em;
	color:#ffffff;
	font-family: Georgia, "Times New Roman", Times, serif, monospace;
	font-size:1.5em;
	font-weight:600;
	}

.Imatges {                 /* EN ÚS */
		margin-top: 10px;
		margin-right: 10px
		margin-bottom: 10px
		margin-left: 10px 
	}


.TitolSec1a {
	background-color:#CF8254;
	border:0px none;
	border-bottom-style: solid;
	border-top-style: solid;
	margin-bottom:.2em;
	padding-left:.3em;
	padding-right:.5em;
	color:#5E331A;
	font-family:"Arial",monospace;
	font-size:1.5em;
	font-style:bold;
	font-weight:800;
	height:2em;
	}
.TitolSec2 {
	background-color:#CF8254;
	border:0px none;
	border-bottom-style: solid;
	border-top-style: solid;
	margin:0px;
	padding-left:.3em;
	padding-right:.5em;
	color:#5E331A;
	font-family:"Arial",monospace;
	font-size:1em;
	font-weight:600;
	height:2em;
	}

/* Barra lateral*/	
.BarraLateral {                 	/* EN ÚS */
	font-family: Georgia, "Times New Roman", Times, serif, monospace;
	color: #8B7D74;
	padding-left: .3em;
	padding-top: .3em;
	padding-bottom: .3em;
	text-align: left;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bold;
	}
a.BarraLateral:hover {  
	color: #000000;
	}

.Peupagina{                 		/* EN ÚS */
	font-family: Georgia, "Times New Roman", Times, serif, monospace;
	color: #ffffff;
	text-decoration: none;
	padding-top: .3em;
	padding-bottom: .3em;
	font-size: 1em;
	font-weight: bold;
	}
a.Peupagina:hover {                
	color: #000000;
	}

.PeupaginaIdioma{                 		/* EN ÚS */
	font-family: Georgia, "Times New Roman", Times, serif, monospace;
	color: #ffffff;
	text-decoration: none;
	padding-bottom: .1em;
	padding-left: .3em;
	font-size: .8em;
	font-weight: bold;
	}
a.PeupaginaIdioma:hover {                
	color: #000000;
	}

.Peupagina2{
	font-family: Arial;
	color: #000000;
	text-decoration: none;
	font-size: 0.7em;
	font-weight: bold;
	}
	
a.Peupagina2:hover {
	color: #999999;
	}

.CosTítol {
	font-family: Arial;
	color: #0000000;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bold;
	}

.CosTexte{                 			/* EN ÚS */
	font-family: Georgia, "Times New Roman", Times, serif, monospace;
	color: #8B7D74;
	padding-left: .2em;
	padding-right: .2em;
	font-size: 1em;
	font-weight: normal;
	}

.CosTexteTitol{                 			/* EN ÚS */
	font-family: Georgia, "Times New Roman", Times, serif, monospace;
	color: #8B7D74;
	padding-left: .2em;
	padding-right: .2em;
	font-size: 1.1em;
	font-weight: bold;
	}

.CosTexteNegreta{
	font-family: Arial;
	color: #000000;
	font-size: .9em;
	font-weight:bold;
	}

.CosTextePetit{
	font-family: Arial;
	color: #000000;
	text-decoration: none;
	font-size: .8em;
	font-weight: normal;
	}

.CosBarraTitol {
	background-color:#E5BBA3;
	border:0px none;
	border-bottom-style: solid;
	border-top-style: solid;
	margin:0px;
	padding-left:.3em;
	padding-right:.5em;
	color:#000000;
	font-family:"Arial",monospace;
	font-size:2,1em;
	font-style:italic;
	font-weight:800;
	}

/* Taules */
.TaulaMarc {
	border: 0px none;
	border-top-style: solid;
	border-top-width: thin;
	border-top-color:#000000;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color:#000000;
	border-right-style: solid;
	border-right-width: thin;
	border-right-color:#000000;
	border-left-style: solid;
	border-left-width: thin;
	border-left-color:#000000;
	}
	
.TaulaTítol {
	background-color:#FFEAD5;
	padding-left:.3em;
	padding-right:.5em;
	color:#5E331A;
	font-family:"Arial",monospace;
	font-style:italic;
	font-size:1em;
	font-weight:600;
	height:1.1em;
	}
	
/* INICI DE CSS perquè les imatges que es reemplacen es vegin bé  */
	#imageSlideshowHolder{

		/* This is a CSS hack in order to get a nice look in IE 5.5 and lower 

		In these versions of Internet Explorer, we need to add borders and padding to the width. In this example, we have a 3 pixel
		border on all sides. This means that the width in IE5.5 should be 606 pixels(600 + border 3px on the left + border 3 px on the right). Height
		should be set to 456 pixels(450 + 3 +3). IE 5.5 will ignore the width attributes below the first line. These will be applied to other browsers.

		*/
		/* CSS HACK */
		width: 300px;	/* IE 5.x */
		width/* */:/**/300px;	/* Other browsers */
		width: /**/300px;
		
		/* CSS HACK */
		height: 200px;	/* IE 5.x */
		height/* */:/**/200px;	/* Other browsers */
		height: /**/200px;
		
		background-color:#FFF;
		border:1px solid #CCCCCC;
		position:relative;	/* Never change this value */
		
	}
	.imageInGallery{		
		width:300px;
		height:200px;
		background-color:#FFF;
		
		/* Never change these 3 value */
		left:0px;
		top:0px;
		position:absolute;	
	}
	#imageSlideshowHolder img{
	position:absolute;
	height: 200px;
	}
	
	/*chris - description overlay*/
	#the_captions{
		display:none;
		}
	.imageInGallery_DESC{
	position:absolute;
	text-align:left;
	color:#ffffff;
	padding-top:5px;
	padding-left:5px;
	margin-top:225px;
	z-index:100;
	width:200px;
	font-size:100%;
	left: 2px;
	top: -226px;
	height: 25px;
		}
	.imageInGallery_DESC h1{
		color:#99cc33;
		font-size:140%;
		margin:0px;
		/* padding:0px 0px 5px 0px;  */
		}
/* FINAL DE CSS perquè les imatges que es reemplacen es vegin bé  */
