﻿@media screen {
	body {	
		margin: 0px 0px 0px 0px;
		padding: 0;
		text-align: center;
		font-family: Arial, Helvetica, sans-serif;
		font-size: .7em;
		color: #6a6f70;
		background: white;
	}
	
	/* Pàgina i marges */
	#Pagina { 
		font-size: 1em;
		text-align: left;
		margin-left: auto; 
		margin-right: auto;
		width: 988px;
	}
	
	
	/* ----  Capçalera ---- */
	#Capcalera_Print {
		display: none;
	}
	#Capcalera {
		overflow: visible;
		height: 116px;
		background-image: url("/img/cap.gif");
		background-position: left top;
		background-repeat: no-repeat;
		color: #487b00;
		padding-right: 30px;
	}
	#Capcalera #CapcaleraClick {
		width: 432px;
		height: 90px;
		overflow: visible;
		z-index: 1000;
		float: left;
		margin-left: 18px;
		margin-top: 16px;
		cursor: pointer;
	}
	#Capcalera #Data {
		margin-top: 13px;
		font-weight: bold;
		font-size: 1.1em;
		float: right;
	}
	#Capcalera #CercaCap {
		margin: 10px 0px 8px 0px;
		text-align: left;
		float: right;
		clear: right;
	}	
	#Capcalera #CercaCap .TextCap {
		font-size: 0.9em;
	}
	#Capcalera #CercaCap .inputCerca {
		border: 1px solid #82ac64;
		padding: 2px 0 0 4px;
		margin: 0;
		font-size: 1em;
		vertical-align: top;
		height: 1.6em;
		width: 14em;
		color: #9c9c9c;
		font-family: Arial, Helvetica, sans-serif;
	}
	/* Rollover sobre la imatge del boto de cerca */
	#Capcalera #CercaCap #Img_Cerca2 {
		margin-left: 5px;
		width: 28px;
		height: 24px;
		background: url("/img/cerca_off.png") right top no-repeat; 
	}
	#Capcalera #CercaCap #Img_Cerca2:hover {
		background: url("/img/cerca_on.png") right top no-repeat; 
	}
	#Capcalera #LinksCap {
		clear: right;
		float: right;
		color: white;
		font-size: 1em;
		text-align: center;
	}
	#Capcalera #LinksCap a {
		color: white;
		font-size: 1em;
		text-decoration: none;
		margin-left: 5px;
	}
	#Capcalera #LinksCap a:hover {
		text-decoration: underline;
	}
	
	
	
	/* ---- Contingut ---- */
	#Contingut {
		font-size: 1em;
		overflow: hidden;
	}
	*html #Contingut {
		width: 100%; /* IE6 Bug (degut a floats i el backgroud:white no es veuen els texts) */
	}
	
	/* Divs de Continguts en funció de si hi ha menu lateral o banners */
	#Col_Cont { /* Si Menú, Si Banner */
		float: left;
		width: 556px;
	}
	*html #Col_Cont {
		width: 546px;
	}
	#Col_Cont_NoBanner { /* Si Menú, No Banner */
		float: left;
		width: 760px;
	}
	*html #Col_Cont_NoBanner {
		width: 755px;
	}
	/* Barra de menú lateral */
	#Col_Menus {
		float: left;
		width: 225px;	
		padding: 0;
	}
	
	
	/* Barra de banners i elements a la dreta*/
	#Col_Banners {
		float: right;
		width: 164px;
		background-color: #f5f6f0;
		padding: 10px 30px 18px 10px;
		text-align: right;
	}
	#Col_Banners a {
		display: block;
		margin: 0px 0px 15px 0px;
	}
	#Banners a {
		display: block;
		margin: 0px 0px 15px 0px;
	}
	#Banners object {
		margin: 0px 0px 15px 0px;
	}
	
	
	/* Contingut de la pàgina */
	#Cont {
		margin: 0;
		padding: 10px 13px 2em 15px;
		text-align: left;
		min-height: 300px;
	}
	#Cont_Portada {
		margin-top: 15px;
		margin-left: 16px;
		padding: 0;
		text-align: left;
		padding-bottom: 2em;
	}	
	
	/* Fil d'Ariadna */
	#Fil {
		text-decoration: none;
		text-align: left;
		font-weight: bold;
		padding: 10px 0px 8px 30px;
		background-color: #ebebe1;
		overflow: hidden;
		vertical-align: middle;
	}
	*html #Fil {
		height: 3em;
	}
	#Fil #Barra_Temes {
		float: left;
		width: 168px;
		margin-right: 16px;
	}
	#Fil .cont {
		padding: 10px 0px 0px 0px;
		float: left;
	}
	#Fil a {
		color: #333333;
		text-decoration: none;
	}
	#Fil a:hover {
		text-decoration: underline;
	}
	#Fil .sel {
		text-decoration: none;
	}
	#Fil .fletxa {
		color: #487b00;
		font-weight: bold;
		font-size: 0.9em;
		font-family: Arial, Helvetica, sans-serif;
	}
	#Fil ul.BotonsEsp {
		float: right;
		margin-right: 12px;
	}
	#Fil ul.BotonsEsp li {
		display: inline;
		margin: 0;
		padding:0;
		background: none;
	}
	
	
	/* Peu */
	#Peu {
		clear: both;
		width: 100%;
		overflow: hidden;
	}
	#Peu #PeuBorder {
		border-bottom: 4px solid #add13d;
		margin: 20px 30px 0px 30px;
		width: 928px;
	}
	#Peu #PeuBarra {
		width: 100%;
		overflow: hidden;
		background-color: #4a4a4a;
		padding: 12px 30px 15px 30px;
	}
	#Peu #PeuBarra #LogoDipu {
		float: right;
		font-size: 0.9em;
		color: white;
		margin-right: 45px;
		text-align: center;
	}
	Peu #PeuBarra #LogoDipu img {
		border: 0;
	}
	#Peu #PeuBarra #PeuLinks {
		overflow: visible;
		padding: 0px 0px 15px 0px;
		vertical-align: middle;
		float: left;
		font-size: 1em;
	}
	#Peu #PeuBarra #PeuLinks a {
		color: #d6e0a1;
		text-decoration: none;
	}
	#Peu #PeuBarra #PeuLinks a:hover {
		text-decoration: underline;
	}
	#Peu #PeuBarra #PeuLinks span {
		color: white;
		padding-left: 0.4em;
		padding-right: 0.4em;
	}
	#Peu #PeuBarra #TextPeu {
		color: white;
		font-size: 1em;
		clear: left;
		float: left;
		margin-top: 7px;
	}
	*html #Peu #PeuBarra #TextPeu {
		width: 75%
	}
	#Peu #PeuBarra #TextPeu img {
		float:left; 
		margin-right: 0.6em;
	}
	#Peu #PeuBarra #TextPeu #InfoPeu {
		float: left; 
		margin-top: 0.8em;
	}
	
	
	
	#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;
	}
  	#Capcalera {
		display: none;
	}
	#Col_Cont {		
		padding:0;
		width: 100%;
		margin: 0;
	}
	#Col_Cont_NoBanner {
		padding:0;
		width: 100%;
		margin: 0;
	}
	#Col_Menus {
		display: none;
	}
	#Col_Banners {
		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-color: #FFFFFF;
	text-align: left;
}
body.Finestra .Titol {
	display: block;
	margin: 0;
	padding: 0 10px 0 0;

	border-bottom: #7e7f80 1px solid;
	font-size: 1.6em;
	color: #00457d;
	font-weight: bold;	
	text-align: right; 
}
body.Finestra .Titol span {
	display: block;
}
body.Finestra #Capcalera_Finestra {
	height: auto;
	padding-top: 28px;
	overflow: visible;
	width: 100%;
	background-image: url("/img/cap.gif");
	background-position: top left;
	background-repeat: no-repeat;
}
body.Finestra .ContFinestra {
	margin: 10px; 
	text-align: center;
}

/* Elements generals */
body.fix select {
    visibility: hidden
}
form {
	margin-top: 0px;
	margin-bottom: 0px;
	display: inline;
}
ul {	
	margin: 7px 0 0 0;
	padding: 0px 13px 8px 13px;
	list-style: none;
}
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;
}
ul li.nomarca {	
	margin: 0 0 0.5em 0.3em !important;
	padding: 0 !important;
	background: none !important;
}
ul li a {
	
}
ol {
	color: #487b00;
}
ol span {
	color: #2f2f2f;
}
ol p {	
	color: #2f2f2f;
}
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 #487b00;
	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: #487b00;
}
a {
	color: #487b00;
	text-decoration: none;
}
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;
}

#Barra_Portada {
	background-color: #ebebe1;
	padding: 11px 30px 11px 30px;
	overflow: hidden;
}
*html #Barra_Portada {
	height: 226px;
}
#Barra_Portada #Imatge_Portada {
	width: 731px;
	height: 224px;
	float: right;
	background-image: url('/img/img_portada.jpg');
}

#Barra_Portada #Barra_Portada_Esq {
	width: 195px;
	float: left;
}
#Barra_Portada #Barra_Portada_Esq #Titol_Imatge_Portada {
	background-color: #794924;
	color: #fc882f;
	font-size: 1.4em;
	font-weight: bold;
	padding: 0px 12px 10px 14px;
	height: 180px;
	text-align: right;
	position: relative;
}
*html #Barra_Portada #Barra_Portada_Esq #Titol_Imatge_Portada {
	height: 177px;
}
#Barra_Portada #Barra_Portada_Esq #Titol_Imatge_Portada_NoTemes {
	background-color: #794924;
	color: #fc882f;
	font-size: 1.4em;
	font-weight: bold;
	padding: 0px 12px 10px 14px;
	height: 214px;
	text-align: right;
	position: relative;
	vertical-align: bottom;
}

#Barra_Portada #Barra_Portada_Esq #Titol_Imatge_Portada #Titol_Imatge_Portada_txt, #Barra_Portada #Barra_Portada_Esq #Titol_Imatge_Portada_NoTemes #Titol_Imatge_Portada_txt {
	position: absolute;
	bottom: 10px;
	right: 10px;
}
#Barra_Portada #Barra_Portada_Esq #Titol_Imatge_Portada #Titol_Imatge_Portada_txt a, #Barra_Portada #Barra_Portada_Esq #Titol_Imatge_Portada #Titol_Imatge_Portada_txt a {
	color: #fc882f;
}

#MenuBarraSup {
	background-color: #ebebe1;
	padding: 10px 0px 8px 30px;
}
#Barra_Temes {
	background-color: #794924;
	margin-top: 2px;
	padding: 9px 14px 7px 14px;
}
#Barra_Temes .inputTemes {
	border: 1px solid #a5acb2;
	padding: 0;
	margin: 0;
	font-size: 0.9em;
	vertical-align: middle;
	height: 1.6em;
	width: 148px;
	color: #9c9c9c;
	font-family: Arial, Helvetica, sans-serif;
}
/* Rollover sobre la imatge del boto de temes */
#Barra_Temes #Img_Tema {
	margin-left: 8px;
	vertical-align: middle;
	width: 11px;
	height: 14px;
	background: url("/img/tema_off.gif") left top no-repeat; 
}
#Barra_Temes #Img_Tema:hover {
	background: url("/img/tema_on.gif") right top no-repeat; 
}



.Menu {
	margin: 5px 0 0 30px;
}
.Menu1 {
	margin: 0;
	padding: 0 8px 5px 0;
	list-style: none;
	border: 0;
	width: 100%;
}
.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;
	display: block;
	color: #e98538;
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;
	padding: 10px 13px 10px 13px;
	border: 1px #eeeae1 solid;
	margin-bottom: 3px;
	background-color: #f5f6f0;
	font-family: Arial, Helvetica, sans-serif;
}
.Menu1 li a:hover {
	background-color: #eeeeed;
	text-decoration: none;
}
.Menu1 li a.Selec {
	background-color: #684932;
	text-decoration: none;
	border: 1px solid #e87d2b;
}

/* Segón Nivell */
.Menu1 ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
}
.Menu1 ul li {
	display: inherit;
	margin:  0;
	padding: 0;
}
.Menu1 ul li a {
	border: 0;
	text-transform: none;
   font-weight: bold;
	text-decoration: none;
	padding: 4px 10px 4px 15px;
	color: #6a6f70;
	font-size: 1em;
	background-color: white;
}
.Menu1 ul li a:hover {
	text-decoration: none;
	background-color: #add13d;
}
.Menu1 ul li a.Selec {
	border: 0;
	background-color: #add13d;
}

/* tercer Nivell */
.Menu1 ul ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
	border-top: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
}
.Menu1 ul ul li {
	display: inherit;
	margin:  0;
	padding: 0;
}
.Menu1 ul ul li a {
	border: 0;
	color: #487b00;
	text-transform: none;
   font-weight: normal;
	text-decoration: none;
	background-color: white;
	padding: 4px 10px 4px 20px;
	font-size: 0.8em;;
}
.Menu1 ul ul li a:hover {
	text-decoration: underline;
	background-color: white;
}
.Menu1 ul ul li a.Selec {
	text-decoration: underline;
	background-color: white;
}



/* Portada */
#Capcalera_Portada {
	height: 300px;
	background-position: top left;
	background-repeat: no-repeat;
	float: none;
	display: block;
	overflow: hidden;
	margin-bottom: 15px;
}

/* Elements de portada */
.Titol_Portada {
	border-bottom: 1px solid #eeefe9;
	padding-bottom: 0.2em;
	padding-left: 0.2em;
	margin-left: 10px;
	margin-right: 10px;
}
.Titol_Portada a {
	text-decoration: none;
	font-family: Tahoma, Verdana, Arial; 
	color: #487b00; 
	font-size: 1.7em;
	font-weight: normal;
}
.Titol_Portada a:hover  {
	text-decoration: underline;
}
.Titol_Portada span {
	font-family: Tahoma, Verdana, Arial;
	color: #487b00; 
	font-size: 1.7em;
	font-weight: normal;
}
.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 10px 0px 10px;
	color: #487b00;
	font-size: 0.9em;
	text-decoration: none;
}
.Peu_Portada a:hover {
	text-decoration: underline;
}


ul.Llista_Portada_ambimatge {
	margin: 3px 0 0 0;
	padding: 0px 13px 8px 13px;
	list-style: none;	
	color: #444e5c;
	list-style: none;
}
ul.Llista_Portada_ambimatge li {
	padding: 10px 0px 3px 0px;	
	display: list-item;
	text-align: justify;
	margin: 0px 0px 5px 0px;
	overflow: auto;
	background-image: none;
}
ul.Llista_Portada_ambimatge li a.MesInfo {
	color: #487b00;
	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 13px 8px 13px;
	list-style: none;	
	color: #444e5c;
}
ul.Llista_Portada_noimatge li {
	padding: 0px 0px 0px 13px;	
	display: list-item;
	text-align: left;
	margin: 6px 0px 8px 0px;
	overflow: auto;
	background: url("/img/punt_llista.gif") 0px 2px no-repeat;
}

ul.Llista_Portada_calendari {
	margin: 13px 0 0 0;
	padding: 0px 13px 12px 13px;
	list-style: none;	
	color: #444e5c;
	background: none;
}
ul.Llista_Portada_calendari li {
	text-align: right;
	padding: 6px 0px 8px 0px;	
	display: list-item;
	margin: 0px 0px 5px 0px;
	overflow: auto;
	text-align: right;
	background-image: none;
}
ul.Llista_Portada_calendari li img {
	float: left;
	margin-left: 0px;
	border: 1px solid #7E7F80;
}
ul.Llista_Portada_calendari li div.texte {
	padding: 0px 0px 0px 0px;
}
ul.Llista_Portada_calendari li a.MesInfo {
	color: #487b00;
	text-decoration: none;
}
ul.Llista_Portada_calendari li a.MesInfo:hover {
	text-decoration: underline;
}


#DivTxtAdvIdioma {
	clear: both;
	border: 2px #666666 dashed;
	background-color: #E6E6E6;
	margin-bottom: 2em;
	padding: 1em;
}


/* Mapes GMaps */
.Mapa_LLista {
	width: 93%; 
	height: 400px; 
	border-width:1px; 
	border-color:#870020; 
	border-style:solid;
}
.Mapa_Detall {
	width: 60%; 
	height: 300px; 
	border-width:1px; 
	border-color:#870020; 
	border-style:solid;
}

/* Mapa Web */
ul.MapaWeb li {
	
}


/* ----  Titols ----*/
/* Títol pàgina */
.Titol {
	color: #487b00;
	font-weight: normal;
	margin-bottom: 1.2em;
	font-size: 1.8em;
}
.Titol span {
	border-bottom: 1px solid #eeefe9;
	padding-right: 2.5em;
}
/* Carbassa */
.subtitol {
	color: #fc882f;
	font-weight: bold;
	font-size: 1em;
}
/* Verd */
.subtitol2 {
	color: #487b00;
	font-weight: bold;
	font-size: 1em;
}
/* Negre */
.subtitol3 {
	color: #292929;
	font-weight: bold;
	font-size: 1em;
}
/* Gris */
.titol_llista {
	font-size: 1.1em;
	color: #696966;
	font-weight: bold;
}
a.titol_llista {
	margin-bottom: 0;
	font-size: 1.1em;
	color: #696966;
	font-weight: bold;
	text-decoration: none;
}
a.titol_llista:hover {
	text-decoration: underline;
}
/* Verd */
.titol_llista2 {
	font-size: 1.1em;
	color: #487b00;
	font-weight: bold;
	text-align: left;
}
a.titol_llista2 {
	color: #487b00;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
}
a.titol_llista2:hover {
	text-decoration: underline;
}
/* Negre petit */
.titol_llista3 {
	color: #292929;
	font-weight: bold;
	text-align: left;
}
a.titol_llista3 {
	color: #292929;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
}
a.titol_llista3:hover {
	text-decoration: underline;
}
/* Gris */
.TitolIntern {
	color: #fc882f;
	font-weight: bold;
	font-size: 1.2em;
	margin-top: 1em;
}
.TitolIntern span {
	
}
.CanviGrupCamps {
	color: #487b00;
	font-weight: bold;
	padding-top: 1em;
	width: 60%;
	margin-bottom: 1.2em;
	font-size: 1em;
	border-bottom: #292929 1px solid;
	display: block;
	padding-left: 7px;
}
.CanviGrupCamps span {
	
}
.TitolAgrupacio {
	background-color: #81865e;
	color: white;
	font-weight: bold;
	font-size: 1em;
	padding: 0.4em 1em 0.3em 1em;
	width: 98%;
	margin-top: 0.1em;
	display: block;
	margin-left: -4px;
}
.TitolAgrupacio span {
	
}


/* Textes */
.texte {
	color: #6a6f70;
	text-decoration: none;
}
.texte_portada {
	color: #81865e;
}

.txtresaltat {
	color: #94393c;
}
.text_verd {
	color: #487b00; 
}
.data {
	color: #94393c;
	font-size: 0.9em;
	float: right; 
	padding: 0em 15px 0.5em 0em;
	margin-bottom: 1em;
}
.MarcaCerca {
	background-color: #ccde69;
}
.gris {
	font-size: 0.8em;
	color: #696966;
	text-decoration: none;
	text-align: justify;
}
.txt_imatge{
	display: block;
	font-size: .9em;
	color: #81865e;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
}
.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: #5a6064;
	font-weight: bold;
	font-size: 1em;
}
.Remarca:first-letter {
	color: #94393c;
}


/* Links */
a.link {
	color: #487b00;
	text-decoration: none;
}
a.link:hover {
	text-decoration: underline;
}
a.linkmini {
	color: #487b00;
	font-size: 0.9em;
}
a.linkmini:hover {
	text-decoration: underline;
}
.linknegreta {
	font-weight: bold;
	color: #487b00;
}
a.linknegreta {
	font-weight: bold;
	color: #487b00;
}
a.linknegreta:hover {
	text-decoration: underline;
}
a.linkgris {
	color: #696966;
	font-weight: bold;
}
a.linkgris:hover {
	text-decoration: underline;
}
.linkgrisSel {
	color: gray;
	text-decoration: underline;
	font-weight: bold;
}


/* Imatges */
.BarraLatImgDet { 
	float: right;
	width: 164px;
	margin: -10px -15px 0px 0px;; 
	padding: 10px 30px 10px 10px;
	text-align: left;
	background-color: #f5f6f0;
}
.TitolImatges {
	padding: 8px 0px 3px 0px;
	margin: 0px 0px 4px 0px;
	border-bottom: 1px solid #dddfd4;
	color: #ea5f02;
	font-family: Tahoma, Verdana, Arial;
	font-size: 1.2em;
}
.TitolImatges span {
	margin-left: 2px;
}
.ImgIntDet {
	margin-bottom: 5px;
	width: 170px; 
	text-align: right;
	float: right;
}
.ContInt_ImgRel {
	padding-right: 200px;
}
.imatgeint {
	border-color: #424242;
	border-width: 1px;
	border-style: solid;
	margin-left: 15px;
	float: right;
}
a.imatge_detall {
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: auto; 
	margin-right: auto; 
	border: 0px;
	text-align: center;
}
a.imatge_detall img{
	margin-bottom: 4px;
	margin-top: 10px;
}
.imatge_banner {
	border: 0px;
	padding-bottom: 0.6em;
	padding-top: 0em;
	margin: 0;
}
/* Estils de les imatge dels portlets de portada */
.img_incrustada_esquerra {
	float: left; 
	margin: 5px 7px 4px 0px; 
	border: 8px solid #f5f6f0;
}
.img_incrustada_dreta {
	float: right; 
	margin: 5px 0px 3px 7px;
	border: 8px solid #f5f6f0;
}
.img_sup_incrustada_esquerra {
	float: left; 
	margin: 5px 7px 4px 0px; 
	border: 8px solid #f5f6f0;
}
.img_sup_incrustada_dreta {
	float: right; 
	margin: 5px 0px 4px 7px;
	border: 8px solid #f5f6f0;
}
.img_incrustada_gmaps {
	float: left;
	margin-right: 0 1em 0.3em 0.5em;
}
.img_incrustada_llista_esq {
	float: left; 
	margin: 0px 10px 4px 0px; 
}
.img_incrustada_llista_dre {
	float: right; 
	margin: 5px 0px 4px 7px;
}
.img_sup_incrustada_llista_esq {
	float: left; 
	margin: 0px 10px 4px 0px; 
}
.img_sup_incrustada_llista_dre {
	float: right; 
	margin: 5px 0px 4px 7px;
}

/* Taules */
table.taula {
	width: 98%;
	border-top: 5px solid #add13d;
	margin-top: 5px;
}
table.taula thead {
	background-color: #888c87;
	color: white;
	font-weight: bold;
}
table.taula thead tr th {
	padding: 10px 5px 3px 5px;
}
table.taula tr.Imparell {
	background-color: #f5f6f0;
}
table.taula th.fons {
	background-color: #f5f6f0;
}
table.taula tr.Over {
	background-color: #d9dadb;
	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: #487b00;
}
*html .Txtpaginacio {
	height: 1.8em;
}
.Txtpaginacio .TxtRegistres {
	float: left;
}
.Txtpaginacio .Txtpagines {
	float: right;
}
a.linkpaginacio {
	color: #fc882f;
	font-size: 1.1em;
	text-decoration: none;
}
a.linkpaginacio:hover {
	text-decoration: underline;
}
.linkpaginacio_Sel {
	color: #fc882f;
	font-size: 1.1em;
	text-decoration: none;
	font-weight: bold;
}



/* Fitxa directòri */
table.fitxa {
	border: 0;
	font-size: 1em;
	width: 94%;
	background-color: #f5f6f0;
}
table.fitxa th {
	font-weight: bold;
	font-size: 1.1em;
	padding: 4px 10px 4px 5px;
	width: 30%;
	vertical-align: top;
	
	vertical-align: top;
	background-color: #649311;
	color: white;
	border-bottom: 4px solid white;
	border-right: 4px solid white;
}
table.fitxa td {
	color: #404040;
	empty-cells: show;
	border-bottom: 4px solid white;
}
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 {
	border-top: 3px solid #add13d;
	color: #9e9e9e;
	text-align: left;
	font-weight: bold;
	font-size: 0.9em;
	text-align: left;
	background-color: #f5f6f0;
	width: 95%;
}
table.formulari td {
	background-color: #f5f6f0;
	empty-cells: show;
	border-bottom: 4px solid white;
	padding: 5px 6px 0px 8px;
}
table.formulari td.noborder {
	border: 0;
	margin: 0;
}
table.formulari td span.txt_captcha {
	color: #73706c;
}

table.formulari th.Etiqueta {
	border-right: 0;
	border-top: 3px solid #add13d;
	background-color: #f5f6f0;
	color: #fc882f;
	padding: 0.7em 1em 0.7em 0.8em;
	margin: 0;
	font-size: 1.1em;
	font-weight: bold;
}
table.formulari td.txt_camps_req {
	color: #8e8b84;
	font-weight: normal;
	padding-bottom: 0.5em;
	font-size: 1.1em;
}
table.formulari th {
	vertical-align: top;
	text-align:left;
	padding-left: 1.5em;
	background-color: #649311;
	color: white;
	border-bottom: 4px solid white;
	border-right: 4px solid white;
	padding: 5px 6px 0px 8px;
}
.inputTxt {
   font-size: 1em;
	border: #a5acb2 solid 1px;
	padding: 0px 0px 0px 0.2em;
	color: #7b7b7b;
}
.formobj {
	font-size: 1.1em;
	border: 1px solid #a5acb2;
	width: 25em;
	margin-bottom: 0.6em;
	color: #7b7b7b;
}
.Tbutton {
	background-color: #649311;
	color: white;
	font-size: 1em;
	font-weight: bold;
	padding: 2px 10px 2px 10px;
	cursor: pointer;
	border: 0px;
}


/* 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: #858585;
}


/* 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: #061f57;
	
	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: #061f57;
	text-decoration: none;
}
ul.LlistaDocs li a:hover {
	text-decoration: underline;
}
ul.LlistaDocs li span {
	color: #061f57;
}

/* Llista MapaWeb */
ul.MapaWeb li a {
	font-weight: bold;
	color: #487b00;
}
ul.MapaWeb li a:hover {
	text-decoration: underline;
}
ul.MapaWeb ul li a {
	font-weight: normal;
	color: #487b00;
	text-decoration: none;
}
ul.MapaWeb ul li a:hover {
	text-decoration: underline;
}
ul.MapaWeb ul ul li a {
	color: gray;
	font-weight: bold;
}
ul.MapaWeb ul ul li a:hover {
	text-decoration: underline;
}

/* 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;
}

/* Barra Lateral Dreta */
.Titol_BDre {
	padding: 0px 0px 0px 5px;
	border-bottom: 1px solid #dddfd4;
	margin: 0;
	margin-bottom: 10px;
}
.Titol_BDre span, .Titol_BDre a {
	font-size: 1.1em;
	color: #ea5f02;
	text-decoration: none;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.Titol_BDre a:hover {
	text-decoration: underline;
}

/* Enquestes */
#Enquestes {
	margin: 0 5px 15px 5px;
	padding: 0;
	color: #81865e;
	width: auto !important;
	text-align: left;
}
#Enquestes .TBoto {
	background-color: #649311;
	color: white;
	font-size: 1em;
	font-weight: bold;
	padding: 2px 10px 2px 10px;
	cursor: pointer;
	border: 0px;
}
.BarraEnq {
	float: right; 
	margin-bottom: 3px; 
	background-color: #bbdc55; 
	border: 1px solid #487b00; 
	height: 15px;
}

/* Temps */
#ElTemps {
	margin: 0 5px 15px 5px;
	padding: 0;
	color: #81865e;
	width: auto !important;
	text-align: left;
}
#Temps {
	text-align: left;
	margin-bottom: 20px;
	margin-top: -5px;
}
#Temps .dades {
	float: left;
	margin-left: 5px;
	width: 90px;
}
#Temps img {
	float: left;
}
#Temps .municipi {
	clear: both; 
	padding-top: 5px;
}

/* 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;
	font-family: Arial, Helvetica, sans-serif;
}

/* registres relacionats */
.elem_relacionat {
	color: #487b00;
	font-weight: bold;
	text-align: left;
	font-size: 0.9em;
}
a.elem_relacionat {
	color: #487b00;
	font-weight: bold;
	text-align: left;
	font-size: 0.9em;
	text-decoration: none;
}
a.elem_relacionat:hover {
	text-decoration: underline;
}

#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;
}


/* Nous elements de pàgina */
.NouElement {
	
}
.Col_Esquerra .NouElement {

}
.Col_Dreta .NouElement {

}

/* Certificats */
table.certificat {
	border: 0;
	border-top: 4px solid #9a2525;
	color: #9e9e9e;
	text-align: left;
	font-size: 1em;
	text-align: left;
	background-color: #f1f1f1;
	width: 99%;
}
table.certificat th {
	font-weight: bold;
	vertical-align: top;
	text-align:left;
	padding-left: 1.5em;
	background-color: #e2ded6;
	color: #9f3131;
	border-bottom: 4px solid white;
	border-right: 4px solid white;
	padding: 0.5em 6px 0.3em 8px;
}
table.certificat td {
	background-color: #f1f1f1;
	empty-cells: show;
	border-bottom: 4px solid white;
	padding: 0.5em 6px 0.3em 8px;
	font-size: 1.2em;
}
.iframeCert { 
	width: 100%;
	height: 210px; 
	border:  1px solid gray;
	font-size: 0.7em;
}

.DivBotoCert {
	clear: both;
	margin: 2em 0 1em 0;
	border: 1px solid #666666;
	background-color: #F4F4F4;
	height: auto;
	overflow: hidden;
	padding: 1em 1em 1em 1em;
}
.DivBotoCert p {
	line-height: 1.6em;
}
.DivBotoCert a {
	color: white;
	font-size: 1.2em;
	font-weight: bold;
	background-color: #CCCCCC; 
	border: 1px solid #666666;
	margin: 11px 20px 5px 0px;
	cursor: pointer;
	height: 2em;
	padding: 0.2em 1em 0.2em 1em;
}

/* Signatura digital i TSA */
#VerificaSignatura_fitxa {
	max-width: 40%;
	float: left;
}
#VerificaTSA_fitxa {
	max-width: 40%;
	float: left;
}
#VerificaSignatura.signaOk, #VerificaTSA.signaOk {
	background: #B6FCDE url("/img/Ok.gif") right 5px no-repeat;
	border: 1px solid #006666;
}
#VerificaSignatura.signaErr, #VerificaTSA.signaErr {
	background: #FFE1E1 url("/img/No.gif") right 5px no-repeat;
	border: 1px solid #FF0000;
}
.DivVerifica {
	display: none;
	margin-bottom: 1em;
	font-size: 1.1em;
	padding: 0.5em 0.5em 0.5em 1em;
}
.DivVerifica VerificaTxt {
	margin: 0.3em 0 0.5em 1em;
}
.DivVerifica span.VerificaResposta {
	margin-left: 1em;
	margin-top: 0.6em;
}
.DivVerifica blockquote.VerificaResposta {
	margin-top: 0.6em;
	margin-left: 4em;
}
.DivVerifica .VerificaWait {
	vertical-align: middle;
	margin-bottom: 1em;
}
.DivVerifica .VerificaWait img {
	vertical-align: middle;
	margin-left: 0.8em;
}

