@media screen {
	body {	
		margin: 0px 0px 0px 0px;
		padding: 0;
		text-align: center;
		font-family: Arial, Helvetica, sans-serif;
		font-size: .7em;
		color: #585752;
		background: #edeee8 url("/img/fons.gif") top left repeat-x;
	}
	
	#Pagina { 
		text-align: left;
		margin-left: auto; 
		margin-right: auto;
		width: 957px;
		padding: 0;
	}
	
	/* Pàgina i marges */
	#Capcalera_Print {
		display: none;
	}
	#Cap {
		text-align: right;
		width: 100%;
		padding: 4px 10px 4px 0px;
		color: white;
		font-weight: bold;
		overflow: hidden;
	}
	#Cap #Idiomes {
		float: right;
		margin-left: 25px;
		margin-top: 0.2em;
	}
	#Cap #Idiomes a {
		text-decoration: none;
		color: white;
	}
	#Cap #Idiomes a:hover {
		text-decoration: underline;
	}
	#Cap #Idiomes span {
		text-decoration: underline;
	}
	#Cap #CompCap {
		float: right;
		margin-left: 25px;
	}
	#Cap #CompCap .inputCerca {
		border: 1px solid #949696;
		padding: 2px 2px 2px 5px;
		margin: 0;
		font-size: 1em;
		vertical-align: middle;
		height: 1.2em;
		width: 12em;
		color: #808080;
	}
	#Cap #CompCap .inputTemes {
		border: 1px solid #949696;
		padding: 0px 2px 2px 5px;
		margin: 0;
		font-size: 1em;
		vertical-align: middle;
		height: 1.6em;
		width: 12em;
		color: #808080;
	}
	
	/* Rollover sobre la imatge del boto de cerca */
	#Cap #CompCap #Img_Cerca2 {
		vertical-align: middle;
		width: 20px;
		height: 22px;
		background: url("/img/cerca_off.gif") left top no-repeat;
	}
	#Cap #CompCap #Img_Cerca2:hover {
		background: url("/img/cerca_on.gif") left top no-repeat;
	}
	/* Rollover sobre la imatge del boto de temes */
	#Cap #CompCap #Img_Tema {
		vertical-align: middle;
		width: 20px;
		height: 22px;
		background: url("/img/tema_off.gif") left top no-repeat;
	}
	#Cap #CompCap #Img_Tema:hover {
		background: url("/img/tema_on.gif") left top no-repeat;
	}
	#Cap #LinksCap {
		float: right;
		margin-top: 0.2em;
	}
	#Cap #LinksCap a {
		color: white;
		text-decoration: none;
	}
	#Cap #LinksCap a:hover {
		text-decoration: underline;
	}
	
	/* Capçaleres */
	#Capcalera_Portada {
		margin: 0;
		padding: 0;
		clear: both;
		width: 100%;
		float: left;
		background: url("/img/capcalera_portada.gif") left top no-repeat;
	}
	#Capcalera {
		position: relative;
		clear: both;
		width: 100%;
		height: 102px;
		margin: 0;
		padding: 0;
		
		overflow: visible;
		background-image: url("/img/cap.jpg");
		background-position: right top;
		background-repeat: no-repeat;
		color: #FFFFFF;
		border: 1px solid #333744;
	}
	#Capcalera #LogoCap {
		position: absolute;
		top: 0px;
		left: 0px;
	}
	#Capcalera #TextCap {
		position: absolute;
		bottom: 8px;
		left: 342px;
	}
	#Capcalera #TextCap a, #Capcalera #TextCap span {
		font-size: 1.6em;
		font-weight: bold;
		color: white;
		text-decoration: none;
	}
	#Capcalera #TextCap a:hover {
		text-decoration: underline;
	}
	
	
	/* Menú barra superior */
	#BarraMenu {
		clear: both;
		background: #dfded6 url("/img/fons_menusup.gif") left top repeat-x;
		border-left: #afafab 1px solid;
		border-right: #afafab 1px solid;
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	#Menu0 {
		display: block;
		margin: 0;
		padding: 0;
		overflow: hidden;
		float: right;
	}
	#Menu0 li {
		float: left;
		display: block;
		margin: 0;
		padding: 0;
	}
	#Menu0 li a {
		display: block;
		color: #7e7d76;
		text-decoration: none;
		background: url("/img/fons_li_munusup.gif") left top no-repeat;
		padding: 7px 18px 7px 18px;
		margin: 0 0 0 0;
		font-size: 1.3em;
	}
	#Menu0 li a:hover {
		text-decoration: none;
		color: white;
	}
	/* Segon nivell desplegable */
	#Menu0 ul {
		display: none;
		position: absolute;
		margin: 0;
		padding: 0;
		width: 16em;
		z-index: 1001;
		background: #807f78 url("/img/fons_menusup2.gif") left bottom repeat-x;
	}
	#Menu0 ul div.BarraMenuSup {
		background: url("/img/fons_capmenusup2.gif") left top no-repeat;
		height: 10px;
	}
	#Menu0 ul li {
		height: auto;
		margin: 0;
		width: 100%;
		clear: both;
		padding: 0;
	}
	#Menu0 ul li a {
		height: auto;
		display: block;
		margin: 1px 5px 1px 5px;
		padding: 5px 3px 5px 3px;
		color: #ffffff;
		text-decoration: none;
		text-align: left;
		border-bottom: #a09f98 1px solid;
		font-size: 0.9em;
		background: none;
	}
	#Menu0 ul li a:hover {
		background-color: #9e9e99;
	}
	/* Tercer nivell desplegable */
	#Menu0 ul li.tercerNivell a {
		background-color: #dfded6;
		color: #807f78;
		padding-left: 10px;
		margin: 0px 5px 0px 5px;
	}
	#Menu0 ul li.tercerNivell a:hover {
		text-decoration: underline;
		background-color: #dfded6;
	}
	
	
	/* ---- Contingut ---- */
	#Contingut {
		font-size: 1em;		
		width: 100%;
		overflow: hidden;
		background: white;
		padding: 12px 0px 18px 0px;
		border-bottom: #afafab 1px solid;
		border-left: #afafab 1px solid;
		border-right: #afafab 1px solid;
		position: relative;
	}
	#PeuText{
		position: absolute;
		bottom: 17px;
		left: 17px;
		text-align: right;
		color: #83827b;
		font-size: 0.9em;
		width: 286px;
	}
	#PeuText a {
		color: #83827b;
	}
	
	/* Divs de Continguts en funció de si hi ha menu lateral o banners */
	#Col_Cont { /* Si Menú, Si Banner */
		/*padding: 0px 160px 0px 325px;*/
		float: left;
		width: 480px;
	}
	#Col_Cont_NoBanner { /* Si Menú, No Banner */
		/*padding: 0px 31px 0px 325px;*/
		float: left;
		width: 620px;
	}
	#Col_Cont_NoMenu { /* No Menú, Si Banner */
		padding: 0px 31px 0px 325px;
	}
	#Col_Cont_Portada {
		float: left;
		width: 600px;
	}
	/* Barra de menú lateral */
	#Col_Menus {
		float: left;
		width: 289px;	
		padding: 0 0 0 17px;
		padding-bottom: 8em;
	}
	#Col_Menus .BarraLatBuida {
		width: 99%;
		height: 350px;
		background-color: #dfded6;
	}
	
	/* Barra de banners i elements a la dreta*/
	#Col_Banners {
		float: right;
		width: 165px;
		margin-top: 2em;
	}
	#Col_Banners a {
		display: block;
		margin: 0px 0px 15px 0px;
	}
	#Col_Banners_Portada {
		position: relative;
		float: left;
		width: 305px;
		padding-left: 17px;
		padding-bottom: 8em;
		margin-right: 15px;
	}
	#Banners {
		margin-top: 2.1em;
	}
	#Col_Banners_Portada #Banners {
		margin-top: 0px !important;
	}
	#Banners a {
		display: block;
		margin: 0px 0px 15px 0px;
	}
	
	
	/* Contingut de la pàgina */
	#Cont {
		margin: 0;
		padding: 0 13px 2em 10px;
		text-align: left;
		min-height: 300px;
	}
	#Cont_Portada {
		margin-left: 0px;
		padding: 0;
		text-align: left;
		padding-bottom: 2em;
	}	
	
	/* Fil d'Ariadna */
	#Fil {
		text-decoration: none;
		text-align: left;
		padding: 0;
		margin-bottom: 16px;
		margin-left: 18px;
		font-size: 1.1em;
	}
	#Fil .cont {
		padding: 0;
	}
	#Fil a {
		color: #96958e;
		text-decoration: none;
	}
	#Fil a:hover {
		text-decoration: underline;
	}
	#Fil .sel {
		text-decoration: none;
	}
	#Fil .fletxa {
		color: #000000;
	}
	
	/* Peu */
	#Peu {
		clear: both;
		width: 100%;
		overflow: hidden;
		text-align: center;
		padding: 1em 0 2em 0;
		color: #83827b;
	}
	#Peu span {
	}
	#Peu a {
		color: #83827b;
		text-decoration: none;
	}
	#Peu a:hover {
		text-decoration: underline;
	}
	
	#Error_msg {
		z-index: 1010; 
		position: absolute; 
		color: red;
		font-weight: bold;
		font-size: 0.8em;
		display: none;
		background: url("/img/warning_16.gif") top left no-repeat;
		padding-left: 18px;
		min-height: 16px;
	}
}

@media print {
	/* Cambiats per la impresió */
	body {	
		margin: 0px;
		padding: 0px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: .7em;
		color: #000000;
		text-align: left;
	}
	#Capcalera_Print {
		display: block;
		margin: 0px 0px 10px 0px;
	}
	#Pagina { 
		text-align: left;
		margin-left: auto; 
		margin-right: auto;
		width: 100%;
		padding: 0;
	}
	#Cap {
		display: none;
	}
  	#Capcalera {
		display: none;
	}
	
	#BarraMenu {
		display: none;
	}
	#Menu0 {
		display: none;
	}	
	
	#Col_Cont {		
		padding:0;
		width: 100%;
	}
	#Col_Cont_NoBanner {
		padding:0;
		width: 100%;
	}
	#Col_Cont_NoMenu {
		padding:0;
		width: 100%;
	}
	#Col_Cont_Portada {
		padding:0;
		width: 100%;
	}
	
	#Col_Menus {
		display: none;
	}
	
	#Col_Banners {
		display: none;
	}
	#Col_Banners_Portada {
		display: none;
	}
	
	#Fil {
		display: none;
	}

	#Peu {
		display: none;
	}

	#peumapa {
		display: none;
	}
	
	.Titol {
		margin-left: 0px !important;
	}
}


/* Finestra de visualtizació de vídeos */
body.Finestra {
	background: #ffffff;
	text-align: left;
	margin: 0;
	padding: 0;
}
body.Finestra .Titol {
	display: block;
	margin: 0;
	padding: 0;
	border-bottom: #7e7f80 1px solid;
	font-size: 1em;
	color: #72716b;
	font-weight: bold;	
	text-align: right; 
}
body.Finestra .Titol span {
	display: block;
	padding: 0 15px 6px 0;
}
body.Finestra #Capcalera_Finestra {
	height: auto;
	overflow: visible;
	background: #edeee8;
}
body.Finestra #Capcalera_Finestra img {
	margin: 10px 0px 0px 10px;
}
body.Finestra .ContFinestra {
	margin: 17px; 
	text-align: center;
}

/* Elements generals */
body.fix select {
    visibility: hidden
}

form {
	margin-top: 0px;
	margin-bottom: 0px;
	display: inline;
}

#Cont ul {	
	margin: 7px 0 0 0;
	padding: 0px 13px 8px 13px;
	list-style: none;
}
#Cont ul li {	
	margin: 0 0 0.5em 0.5em;
	padding:  0 0 0 1.3em;
	background: url("/img/punt_llista.gif") 0px 2px no-repeat;
}
#Cont ul li.nomarca {	
	margin: 0 0 0.5em 0.3em !important;
	padding: 0 !important;
	background: none !important;
}
#Cont ul li a {
	
}

#Cont ol {
	color: #585752;
}
#Cont ol span {
	color: #585752;
}
#Cont  ol p {	
	color: #585752;
}

blockquote {
	margin-left: 2em;
	margin-top: 0px;
	margin-bottom: 0px;
}

p {
	margin: 0px;
}

strong {
	font-weight: bold;
}

img {
	border:0;
}

hr {
	border: none 0; 
	border-top: 1px dotted #96958e;
	width: 99%;
	height: 1px;
}

h1 {
	font-size: 1em;
	margin-top: 0px;
	margin-bottom: 0px;
}
h2,h3,h4,h5 {
	font-size: 0.9em;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #c62b2b;
}

a {
	color: #41463f;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}



/* Classes per ocultar capes */
.nosize {
	position: absolute;
	width: 0px;
	height: 0px;
	overflow: hidden;
}
.nodisplay {
   display: none;
}


/* Alineacions */
.Vola_Esq {
	float: left;
}
.Vola_Dre {
	float: right;
}
.neteja {
	clear: both;
}

/* Classes de portada */
.Port_Esquerra {
	height: 100%;
}
.Port_Dreta {
	height: 100%;
}
.Col_Esquerra {
	border: 0px;
	width: 49%; 
	float: left;
}
.Col_Dreta {
	width: 49%; 
	float: right;
}


/* Menú Lateral */
.Menu1 {
	margin: 0 5px 0 0;
	padding: 0;
	list-style: none;
	border: 0px;
	background: #807f78 url("/img/fons_menusup2.gif") left bottom repeat-x;
}
.Menu1 div.BarraMenuSup {
	background: url("/img/fons_capmenusup2.gif") left top no-repeat;
	height: 10px;
}
.Menu1 li {
	display: inline;
	margin: 0;
	padding: 0;
	background: url("/img/buit.gif") 0px 0px no-repeat; /* IE6 bug */
}
.Menu1 li a {
	text-transform: none;
	border:0;
	height: auto;
	display: block;
	margin: 1px 5px 1px 5px;
	padding: 5px 3px 5px 3px;
	color: #ffffff;
	text-decoration: none;
	text-align: left;
	border-bottom: #a09f98 1px solid;
	font-size: 0.9em;
	background: none;
}
.Menu1 li a:hover {
	background-color: #9e9e99;
}
.Menu1 li a.Selec {
	background-color: #9e9e99;
}

/* Tercer Nivell */
.Menu1 ul {
	margin: 0;
	padding: 0 ;
	list-style: none;
}
.Menu1 ul li {
	display: inherit;
	margin:  0;
	padding: 0;
}
.Menu1 ul li a {
	background-color: #dfded6;
	color: #807f78;
	padding-left: 10px;
	margin: 0px 5px 0px 5px;
}
.Menu1 ul li a:hover {
	text-decoration: underline;
		background-color: #dfded6;
}
.Menu1 ul li a.Selec {
	background-color: #dfded6;
}



/* Elements de portada */
.fons_portlet_portada {
	margin-bottom: 13px;
	width: 95%;
	text-align: left;
}
.Titol_Portada {
	background: url("/img/fons_titol_portada.gif") bottom left repeat-x;
	width: 100%;
	display: block;
	margin-bottom: 13px;
}
.Titol_Portada a {
	display: block;
	text-decoration: none;
	font-weight: bold; 
	color: #72716b; 
	font-size: 1.6em;
	background: url("/img/fons_titol_portada_groc.gif") bottom left no-repeat;
	padding-bottom: 9px;
}
.Titol_Portada a:hover  {
	text-decoration: none;
}
.Titol_Portada span {
	display: block;
	text-decoration: none;
	font-weight: bold; 
	color: #72716b; 
	font-size: 1.6em;
	background: url("/img/fons_titol_portada_groc.gif") bottom left no-repeat;
	padding-bottom: 9px;
}

.Peu_Portada {
	position: relative;
	overflow: hidden;
	margin: 1em 0 0 0;
	width: 100%;
	padding: 3px 0 8px 0;
	text-align: right;
}
.Peu_Portada a {
	margin: 0px 0px 0px 10px;
	font-size: 0.9em;
	text-decoration: none;
}
.Peu_Portada a:hover {
	text-decoration: underline;
}
.Peu_Portada a.rss_portada {
	float: left;
	margin: 0 10px 0 0 !important;
}

ul.Llista_Portada_ambimatge {
	margin: 0;
	padding: 0px 0px 8px 0px;
	list-style: none;
	list-style: none;
}
ul.Llista_Portada_ambimatge li {
	padding: 0px 0px 10px 0px;	
	display: list-item;
	text-align: justify;
	margin: 0px 0px 5px 0px;
	overflow: hidden;
	background-image: none;
}
ul.Llista_Portada_ambimatge li a.MesInfo {
	color: #585752;
	text-decoration: none;
}
ul.Llista_Portada_ambimatge li a.MesInfo:hover {
	text-decoration: underline;
}
/*
ul.Llista_Portada_ambimatge li img {
	float: left;
	margin-right: 1em; 
	margin-bottom: 0.2em;
	margin-left: 0px;
}
*/
ul.Llista_Portada_noimatge {	
	margin: 7px 0 0 0;
	padding: 0px 0px 8px 5px;
	list-style: none;
}
ul.Llista_Portada_noimatge li {
	padding: 0px 0px 0px 13px;	
	display: list-item;
	text-align: justify;
	margin: 6px 0px 8px 0px;
	overflow: auto;
	background: url("/img/punt_llista.gif") 0px 2px no-repeat;
}


/* Llista MapaWeb */
ul.MapaWeb li a {
	color: #7e7d76;
	font-weight: bold;
	font-size: 1.3em;
	text-decoration: none;
}
ul.MapaWeb li a:hover {
	text-decoration: underline;
}
ul.MapaWeb ul li a {
	color: #585752;
	font-weight: bold;
	font-size: 1.1em;
	text-decoration: none;
}
ul.MapaWeb ul li a:hover {
	text-decoration: underline;
}
ul.MapaWeb ul ul li a {
	color: #585752;
	font-size: 1em;
	text-decoration: none;
	font-weight: normal;
}
ul.MapaWeb ul ul li a:hover {
	text-decoration: underline;
}

/* Div d'advertència de pàgina en un altre idioma */
#DivTxtAdvIdioma {
	clear: both;
	border: 2px #83827b dashed;
	background-color: #dfded6;
	margin-bottom: 2em;
	padding: 1em;
}


/* Mapes GMaps */
.Mapa_LLista {
	width: 93%; 
	height: 400px; 
	border-width: 1px; 
	border-color: #83827b; 
	border-style:solid;
}
.Mapa_Detall {
	width: 60%; 
	height: 300px; 
	border-width:1px; 
	border-color: #83827b; 
	border-style:solid;
}

/* Mapa Web */
ul.MapaWeb li {
	
	
}


/* ----  Titols ----*/
/* Títol pàgina */
.Titol {
	background: url("/img/fons_titol_portada.gif") bottom left repeat-x;
	width: 100%;
	display: block;
	margin-bottom: 13px;
}
.Titol a {
	display: block;
	text-decoration: none;
	font-weight: bold; 
	color: #72716b; 
	font-size: 1.6em;
	background: url("/img/fons_titol_portada_groc.gif") bottom left no-repeat;
	padding-bottom: 9px;
}
.Titol a:hover  {
	text-decoration: none;
}
.Titol span {
	display: block;
	text-decoration: none;
	font-weight: bold; 
	color: #72716b; 
	font-size: 1.6em;
	background: url("/img/fons_titol_portada_groc.gif") bottom left no-repeat;
	padding-bottom: 9px;
}

/* Gris */
.subtitol {
	color: 585752;
	font-weight: bold;
	font-size: 1em;
}
.subtitol_data {
	color: #585752;
	font-size: 1em;
	background: url("/img/fons_subtitol_data.gif") top left no-repeat;
	padding: 3px 0px 2px 18px;
	display: block;
	margin-bottom: 5px;
}

/* Gris */
.titol_llista {
	margin-bottom: 0;
	font-size: 1.1em;
	color: #585752;
	font-weight: bold;
	text-decoration: none;
}
a.titol_llista {
	margin-bottom: 0;
	font-size: 1.1em;
	color: #585752;
	font-weight: bold;
	text-decoration: none;
}
a.titol_llista:hover {
	text-decoration: underline;
}


/* Titols Especials */
.TitolIntern {
	color: #585752;
	font-weight: bold;
	font-size: 1.2em;
	margin-top: 1em;
	text-decoration: underline;
}
.TitolIntern span {
	
}

.CanviGrupCamps {
	color: #585752;
	font-weight: bold;
	font-size: 1.2em;
	margin-top: 1em;
	text-decoration: underline;
	display: block;
	padding-left: 1em;
}
.CanviGrupCamps span {
	
}

.TitolAgrupacio {
	color: #585752;
	font-weight: bold;
	font-size: 1.2em;
	margin-top: 1em;
	width: 99%;
	margin-top: 0.1em;
	display: block;
	border-bottom: 1px solid #585752;
}
.TitolAgrupacio span {
	
}


/* Textes */
.texte {
	color: #585752;
	text-decoration: none;
}

.txtresaltat {
	color: #94393c;
}
.MarcaCerca {
	background-color: #f5ebac;
}
.txt_imatge{
	display: block;
	font-size: .9em;
	color: #858585;
}
.negreta {
	font-weight: bold;
}
.negre {
	color: #000000;
}
.entrega {
	white-space: nowrap; 
	font-size: 0.8em;	
	color: #8D0E29;
}
.PictoTxt {
	font-size: 0.8em;	
	color: #8D0E29;
}
.Remarca {
	color: #404040;
	font-weight: bold;
	font-size: 1em;
}
.Remarca:first-letter {
	color: #94393c;
}


/* Links */
a.link {
	color: #41463f;
	text-decoration: underline;
}
a.link:hover {
	text-decoration: underline;
}
a.linkmini {
	color: #41463f;
	font-size: 0.9em;
}
a.linkmini:hover {
	text-decoration: underline;
}
a.linknegreta {
	font-weight: bold;
	color: #41463f;
	text-decoration: underline;
}
a.linknegreta:hover {
	text-decoration: underline;
}



/* Imatges */
.TitolImatges {
	background: #83827b url("/img/fons_titol_docs.gif") bottom left repeat-x;
	width: 99%;
	display: block;
	margin: 0px 2px 1em 0px;
}
.TitolImatges span {
	display: block;
	text-decoration: none;
	color: #dfded6; 
	font-size: 1.1em;
	background: url("/img/fons_titol_docs_groc.gif") bottom left no-repeat;
	padding: 3px 10px 9px 10px;
	
}
/*?? directori*/
.ContInt_ImgRel {
	padding-right: 200px;
}

/* Imatges de Portlets de detall */
.ImgIntDet_Primera {
	width: 100%;
	text-align: left;
	margin: 0 auto 0 auto;
}
.ImgIntDet_Primera a.imatge_detall {
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: auto; 
	margin-right: auto; 
	border: 0px;
	text-align: center;
}
.ImgIntDet_Primera a.imatge_detall img {
	margin-bottom: 4px;
	margin-top: 10px;
	width: 282px;
	border: 1px solid #83827b;
	
}
.ImgIntDet_Primera a.imatge_detall:hover img {
	
}
.ImgIntDet {
	text-align: left;
	margin: 0 8px 0 0;
	padding: 0;
	float: left;
	vertical-align: top;
	height: 100px;
}
.ImgIntDet a.imatge_detall {
	margin: 0;
	text-align: center;
}
.ImgIntDet a.imatge_detall img {
	width: 86px;
	border: 1px solid #83827b;
}
.ImgIntDet_Primera a.imatge_detall:hover img {
	
}
.ImgIntDet_Ultima {
	margin: 0 !important;
}

.imatge_banner {
	border: 0px;
	padding-bottom: 0.6em;
	padding-top: 0em;
	margin: 0;
}

.img_incrustada_esquerra {
	float: left; 
	margin-right: 1em; 
	margin-bottom: 0.2em;
	margin-left: 2px;
	margin-top: 0.3em;
}
.img_incrustada_dreta {
	float: right; 
	margin-right: 2px; 
	margin-bottom: 0.2em;
	margin-left: 1em;
	margin-top: 0em;
}
.img_sup_incrustada_esquerra {
	float: left; 
	margin-right: 1em; 
	margin-bottom: 0.3em;
	margin-left: 0em;
	margin-top: 0.3em;
}
.img_sup_incrustada_dreta {
	float: right; 
	margin-right: 1em; 
	margin-bottom: 0.3em;
	margin-left: 2em;
	margin-top: 0.3em;
}
.img_incrustada_gmaps {
	float: left; 
	margin-right: 1em; 
	margin-bottom: 0.3em;
	margin-left: 0.5em;
}

/* Taules */
table.taula {
	width: 98%;
	margin-top: 5px;
}
table.taula thead {
	background-color: #85847d;
	color: white;
	font-weight: bold;
}
table.taula thead tr th {
	padding: 10px 5px 3px 5px;
}
table.taula tr.Imparell {
	background-color: #edede3;
}
table.taula th.fons {
	background-color: #edede3;
}
table.taula tr.Over {
	background-color: #edede3;
	cursor: pointer;
}
table.taula tr.No_Registres {
	vertical-align: middle; 
	height: 5em;
}
table.taula th {
	font-weight: bold;
	text-align: left;
}
table.taula td {
	text-align: left;
	vertical-align: top;
}
table.taula td.cos {

}



/* Paginació de les taules */
.Txtpaginacio {
	margin: 5px 15px 5px 0px;
	padding: 3px 10px 3px 10px;
	overflow: hidden;
	font-size: 0.9em;
	color: #585752;
}
*html .Txtpaginacio {
	height: 1.8em;
}
.Txtpaginacio .TxtRegistres {
	float: left;
}
.Txtpaginacio .Txtpagines {
	float: right;
}
a.linkpaginacio {
	color: #585752;
	font-size: 1.1em;
	text-decoration: none;
}
a.linkpaginacio:hover {
	text-decoration: underline;
}
.linkpaginacio_Sel {
	color: #585752;
	font-size: 1.1em;
	text-decoration: none;
	font-weight: bold;
}



/* Fitxa directòri */
table.fitxa {
	border: 0;
	font-size: 1em;
	width: 94%;
	margin: 1em 0 1em 0;
}
table.fitxa th {
	font-weight: bold;
	font-size: 1em;
	padding: 4px 10px 4px 5px;
	width: 30%;
	vertical-align: top;
	
	
	vertical-align: top;
	background-color: #dfded6;
	color: #3b3b3b;
	border-bottom: 3px solid white;
	border-right: 3px solid white;
}
table.fitxa td {
	color: white;
	empty-cells: show;
	border-bottom: 3px solid white;
	background-color: #9c9b94;
}
table.fitxa td ul {
	list-style: none;
	margin-left: 0 !important;
	padding-left: 0 !important;
}
table.fitxa td li {
	margin-left: 0 !important;
	padding-left: 0 !important;
}



/* Elements de Formulari */
table.formulari {
	color: #ffffff;
	text-align: left;
	font-weight: bold;
	font-size: 0.9em;
	text-align: left;
	background: #85847d url("/img/fons_formulari.gif") left top no-repeat;
}
table.formulari th {
	vertical-align: top;
	text-align:left;
	padding-left: 1.5em;
	color: #3b3b3b;
	padding: 5px 6px 0px 8px;
}
table.formulari th.Label {
	background-color: #dfded6;
	color: #3b3b3b;
	padding: 0.7em 1em 0.7em 0.8em;
	margin: 0;
	font-size: 1em;
	font-weight: bold;
	border-bottom: 4px solid #85847d;
	border-right: 4px solid #85847d;
	border-left: 4px solid #85847d;
}
table.formulari td {
	empty-cells: show;
	padding: 5px 6px 0px 8px;
}
table.formulari td.noborder {
	border: 0;
	margin: 0;
}
table.formulari td.Entrada {
	white-space: nowrap;
	background-color: #9c9b94;
	border-bottom: 4px solid #85847d;
	border-right: 4px solid #85847d;
}
table.formulari td span.txt_captcha {
	color: #dcdbd4;
}
table.formulari td.txt_camps_req {
	color: #dcdbd4;
	font-weight: normal;
	padding-bottom: 0.5em;
	font-size: 1.1em;
}

.inputTxt {
   font-size: 1em;
	border: #cecdc5 solid 1px;
	padding: 0px 0px 0px 0.2em;
	font-family: Arial, Helvetica, sans-serif;
	color: #767575;
}
.formobj {
	font-size: 1.1em;
	border: 1px solid #a5acb2;
	width: 25em;
	margin-bottom: 0.6em;
	font-family: Arial, Helvetica, sans-serif;
	color: #767575;
}
.Tbutton {
	background-color: #85847d;
	color: white;
	font-size: 1em;
	font-weight: bold;
	padding: 2px 10px 2px 10px;
	cursor: pointer;
	border: 1px solid #cec8ba;
}

/* Filtre de llista portlet */
.FiltrePortlet {
	margin-bottom: 0.8em;
}
.FiltrePortlet label {
	color: #2e2e2e;
}

/* Calendari de portlet de portada */
.Calendari_L {
	margin: 10px 20px 0px 0px;
	float: left;
}
.Calendari_R {
	margin: 10px 0px 0px 20px;
	float: right;
}
.Calendari_U {
	margin: 10px 0px 0px 0px;
	width: 100%;
}
.Calendari_O {
	display: none;
}


/* Galeria d'imatges */
ul.Galeria {
	list-style: none;
	margin: 1.2em 0 1em 0 !important;
	padding: 0 !important;
}

ul.Galeria li {
	display: block;
	float: left;
	padding: 0;
	margin: 0px 0px 10px 0px !important;
	width: 49%;
	height: 120px;
	background: none !important;
}
ul.Galeria li p {
	padding: 2px 7px 0px 0px;
	text-align: left;
	color: #585752;
}


/* Galeria de Videos Youtube */
ul.Videos {
	list-style: none;
	margin: 1.2em 0 1em 0 !important;
	padding: 0 !important;
}
ul.Videos li {
	display: block;
	float: left;
	padding: 0 !important;
	margin: 0px 0px 13px 0px !important;
	background: none !important;
}
ul.Videos li p {
	padding: 2px 7px 0px 0px;
	text-align: left;
	color: #2f2f2f;
}

/* Llistes de vídeos adjunts */
ul.llista_videos {	
	margin: 0.5em 0 0.8em !important;
	padding: 0px 13px 8px 13px !important;
}
ul.llista_videos  li {	
	margin: 0 0 0.5em 0.5em !important;
	padding: 2px 0 2px 20px !important;
	vertical-align: top;
	background: url("/img/Icones/icone_video.gif") left top no-repeat !important;
}

/* Llistes de documents adjunts */
ul.FitxersAdj { /* Fitxers adjunts simples en un formulari */
	margin: 0;
	padding-bottom: 5px;
}
ul.LlistaDocs { /* Fitxers adjunts múltiples en un formulari */
	list-style: none;
	margin: 0.1em 0 2em 10px !important;
	padding: 0 !important;
}
ul.LlistaDocs li {
	color: #585752;
	
	list-style: none;
   font-weight: normal;
	text-decoration: none;
	font-size: 1em;

	background-image: url("/img/tipusdocs/doc_default.gif");
	background-position: top left;
	background-repeat: no-repeat;
	margin:0 !important;	
	padding: 5px 10px 6px 25px !important;	
	border:0;	
}
ul.LlistaDocs li a {
	color: #585752;
	text-decoration: none;
}
ul.LlistaDocs li a:hover {
	text-decoration: underline;
}
ul.LlistaDocs li span {
	color: #585752;
}

/* Missatges d'error */
.error {
	color: #ff0000;
}
ul.ErrMsg {	
	margin-top: 0px;
	margin-left: 15em;
	padding-left: 20px;
	list-style-type: disc;
	text-align: left;
}
ul.ErrMsg li {	
	margin-left: 0em;
	padding-left: 0.3em;
	padding-top: 0.3em;
	color: #000000;
	background: none;
}


/* Template Banners */
table.banners {
	margin: 0;
	padding: 0;
	border: 0;
}
table.banners tr td {
	vertical-align: middle;
	text-align: center;
}
table.banners tr td.Requade_Punts{
	border: 1px dotted #e5e0c2;
}
div.Requade_Punts {
	border: 1px dotted #e5e0c2;
	margin: 0px 5px 15px 3px;
}
.titol_banners {
	text-align: right;
	color: #4c4c4c;
	font-size: 1em;
	margin: 11px 11px 5px 11px;
}


/* Registres relacionats */
.elem_relacionat {
	color: #c62b2b;
	font-weight: bold;
	text-align: left;
	font-size: 0.9em;
}
a.elem_relacionat {
	color: #c62b2b;
	font-weight: bold;
	text-align: left;
	font-size: 0.9em;
	text-decoration: none;
}
a.elem_relacionat:hover {
	text-decoration: underline;
}

/* Temes */
#Temes {
	margin: 10px 15px 10px 0;
	padding: 10px 0px 5px 10px;
	background: url("/img/fons_temes.gif") right top no-repeat;
}
#Temes label {
	color: #94393c;
	font-weight: bold;
}
#Temes .inputTemes {
	border: 1px solid #949696;
	padding: 0px 0px 2px 5px;
	margin: 2px 0 3px 0;
	font-size: 1em;
	vertical-align: middle;
	height: 1.7em;
	width: 11em;
	color: gray;
}
/* Rollover sobre la imatge del boto de temes */
#Temes #Img_Tema {
	margin-left: 0px;
	vertical-align: middle;
	width: 29px;
	height: 22px;
	background: url("/img/tema_off.gif") right top no-repeat; 
}
#Temes #Img_Tema:hover {
	background: url("/img/tema_on.gif") right top no-repeat; 
}

/* Nous elements de pàgina */
.NouElement {
	clear: both;
}
.Col_Esquerra .NouElement {

}
.Col_Dreta .NouElement {

}