@media screen {
	body {	
		margin: 0px 0px 0px 0px;
		padding: 0;
		text-align: center;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: .7em;
		color: #404040;
		height:100%;
		background: white url("/img/fonspag.gif") top left repeat-x;
	}
	
	#Pagina {
		width: 100%; 
		font-size: 1em;
		text-align: left;
		margin-left: auto; 
		margin-right: auto;
		min-width: 778px;
		max-width: 971px;	
	}
	* html #Pagina {
		width: expression(document.body.clientWidth < 780? "778px" : document.body.clientWidth > 973? "971px" : "auto"); /* Fix per IE6 */
	}
	
	
	/* ----  Capçalera ---- */
	#Capcalera {
		overflow: visible;
		width: 100%;
		height: 105px;
		position: relative;
		background-image: url("/img/cap.gif");
		background-position: top left;
		background-repeat: no-repeat;
		color: #FFFFFF;
	}
	#Capcalera #LinksCap {
		position: relative;
		width: 204px;
		top: 10px;
		left: 0px;
		color: white;
		font-family: Tahoma, Verdana, Arial;
		font-size: 1em;
		text-align: center;
	}
	#Capcalera #LinksCap a {
		color: white;
		font-family: Tahoma, Verdana, Arial;
		font-size: 1em;
		text-decoration: none;
	}
	#Capcalera #LinksCap a:hover {
		text-decoration: underline;
	}
	#Capcalera #LogoCap {
		position: relative;
		top: 15px;
		right: 15px;
	}
	#Capcalera #CompCap {
		position: absolute;
		top: 10px;
		right: 0;
		text-align: right;
		font-family: Tahoma, Verdana, Arial;
		font-size: 0.9em;
	}
	#Capcalera #CompCap #Data {
		font-weight: bold;
	}
	#Capcalera #CompCap #Idiomes {
		margin-top: 5px;
		margin-bottom: 2px;
	}
	#Capcalera #Idiomes span {
		text-decoration: underline;
	}
	#Capcalera #CompCap a {
		color: #FFFFFF;
		text-decoration: none;
	}
	#Capcalera #CompCap a:hover {
		text-decoration: underline;
	}
	#Capcalera #CompCap .inputCerca {
		border: 1px solid #8d949d;
		padding: 0;
		margin: 0;
		font-size: 0.9em;
		vertical-align: top;
		height: 1.9em;
		width: 12em;
	}
	#Capcalera #CompCap #Img_Cerca2 {
		vertical-align: middle;
	}
	

	/* ---- Contingut ---- */
	#Contingut {
		width: 100%;
		clear: both;
		font-size: 1em;
		
		margin-left: auto; 
		margin-right: auto;
		overflow: hidden;		
	}
	
	
	
	/* Divs de Continguts en funció de si hi ha menu lateral o banners */
	#Col_Cont { /* No Menú, No Banner */
		padding: 0px 152px 0px 202px;
	}
	#Col_Cont_NoBanner { /* Si Menú, No Banner */
		padding: 0px 0px 0px 202px;
	}
	#Col_Cont_NoMenu { /* No Menú, Si Banner */
		padding: 0px 152px 0px 0px;
	}
	
	
	/* Barra de menú lateral */
	#Col_Menus {
		float:left;
		width: 180px;	
		padding: 0 0 18px 10px;
	}
	
	
	/* Barra de banners */
	#Col_Banners {
		float: right;
		width: 140px;
	}
	#Col_Banners a {
		display: block;
		margin: 0px 0px 15px 0px;
	}
	
	/* Contingut de la pàgina */
	#Cont {
		margin: 0;
		padding: 0 13px 2em 13px;
		text-align: left;
		background: url("/img/fons_contingut.gif") top left repeat-x;
		border-top: 1px solid #ffffff;	
		min-height: 300px;
	}
	#Cont_Portada {
		margin-left: 0px;
		padding: 0;
		text-align: left;
		padding-bottom: 2em;
	}	
	/* Fil d'Ariadna */
	#Fil {
		color: #09538d;
		text-decoration: none;
		font-size: 1em;
		font-weight: bold;
		text-align: right;
		position: relative;
		
		background: #e7e7e7 url("/img/fons_link.gif") top left repeat-y;
		border-bottom: 1px solid #FFFFFF;
	}
	* html #Fil {	
		width: 100%;
		float: right;
	}
	#Fil .rce {
		position: absolute;
		top: 0;
		left: 0;
		background: url("/img/fons_fil_esq.gif") top left no-repeat;
		height: 7px;
		width: 7px;
	}
	#Fil .rcd {
		position: absolute;
		top: 0;
		right: 0;
		background: url("/img/fons_fil_dre.gif") top right no-repeat;
		height: 7px;
		width: 7px;
	}
	#Fil .cont {
		padding: 7px 50px 6px 1em;
	}
	#Fil a {
		color: #09538d;
		text-decoration: none;
	}
	#Fil a:hover {
		text-decoration: underline;
	}
	#Fil .sel {
		color: #092a76;
		text-decoration: none;
	}
	#Fil .fletxa {
		color: #09538d;
		font-weight: bold;
		font-size: 1em;
	}
	#Fil ul.BotonsEsp {
		position: absolute;
		top: 5px;
		right: 5px;
		padding: 0;
		margin: 0;
	}
	#Fil ul.BotonsEsp li {
		display: inline;
		margin: 0;
		padding:0;
		margin-left: 5px;
		background: none;
	}
	
	/* Peu */
	#Peu {
		clear: both;
		width: 100%;
		overflow: hidden;
		position: relative;
		border-top: 1px solid #c3c7c9;
	}
	#Peu #PeuBarra {
		width: 100%;
		background: #f5f5f5;
		height: 58px;
		overflow: hidden;
	}
	#Peu div.links {
		overflow: visible;
		padding: 20px 0px 5px 15px;
		vertical-align: middle;
	}
	#Peu div.links a {
		color: #0c4790;
		text-decoration: none;
	}
	#Peu div.links a:hover {
		text-decoration: underline;
	}
	#Peu div.links span {
		color: #9aa4b2;
		padding-left: 0.4em;
		padding-right: 0.4em;
	}
	#Peu div.logo {
		float: right;
		margin: 0px 0px 0px 0px;
		vertical-align: middle;
	}
	#Peu div.text {
		color: #444e5c;
		overflow: visible;
		clear: both;
		width: 100%;
		text-align: center;
		padding-top: 20px;
		margin-bottom: 20px;
	}
	
	#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 {
		display: none;
	}
		
	#Col_Cont {		
		padding:0;
	}
	
	#Col_Cont_NoBanner {
		padding:0;
	}
	
	#Col_Menus {
		display: none;
	}
	
	#Col_Banners {
		display: none;
	}
	
	#Fil {
		display: none;
	}

	#Peu {
		display: none;
	}

	#peumapa {
		display: none;
	}
}


/* 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 a {
	
}

ol {
	color: #00457d;
}
ol span {
	color: #404040;
}
ol p {	
	color: #404040;
}

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 #C28B8B;
	width: 99%;
	height: 1px;
}

h1 {
	font-size: 1em;
	margin-top: 0px;
	margin-bottom: 0px;
}

a {
	color: #00457d;
	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;
}


/* Menú Lateral */
.MenuRound {
	width: 180px;
	margin-bottom: 1px;
}
.MenuRound .CapGradient {
	background-color: #999999;
	width: 100%;
	background: url("/img/fons_cap_menu.gif") top left repeat-y;
	position: relative;
}
.MenuRound .CapGradient .rce {
	position: absolute;
	top: 0;
	left: 0;
	background: url("/img/fons_cap_esq_menu.gif") top left no-repeat;
	height: 7px;
	width: 7px;
}
.MenuRound .CapGradient .rcd {
	position: absolute;
	top: 0;
	right: 0;
	background: url("/img/fons_cap_dre_menu.gif") top right no-repeat;
	height: 7px;
	width: 7px;
}
.MenuRound .CapGradient a {
	color: white;
	display: block;
	text-decoration: none;
	padding: 6px 3px 4px 19px;	
	margin: 0px;	
	line-height: 1.2em;
	text-transform: uppercase;
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	font-weight: bold;
	background-image: url("/img/fons_menu1_off.gif");
	background-position: 7px 0.8em;
	background-repeat: no-repeat;
}
.MenuRound .CapGradient label {
	color: white;
	display: block;
	text-decoration: none;
	padding: 6px 3px 4px 19px;	
	margin: 0px;	
	line-height: 1.2em;
	text-transform: uppercase;
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	font-weight: bold;
	background-image: url("/img/fons_menu1_off.gif");
	background-position: 7px 0.8em;
	background-repeat: no-repeat;
}
.MenuRound .CapGradient a:hover {
	background-image: url("/img/fons_menu1_on.gif");
	text-decoration: none;
}
.MenuRound .PeuRodo {
	position: relative;
	width: 100%;
	background-color: #dddddd;
	overflow: hidden;
	height: 10px;
}
.MenuRound .PeuRodo .rce {
	position: absolute;
	bottom: 0;
	left: 0;
	background: url("/img/fons_peu_esq_menu.gif") bottom left no-repeat;
	height: 7px;
	width: 7px;
}
.MenuRound .PeuRodo .rcd {
	position: absolute;
	bottom: 0;
	right: 0;
	background: url("/img/fons_peu_dre_menu.gif") top right no-repeat;
	height: 7px;
	width: 7px;
}
* html .MenuRound .PeuRodo .rcd {
	/* Correcció IE6 */
	bottom: -7px;
}

.MenuRound #Img_Tema {
	vertical-align: middle;
	margin-top: 5px;
}
.MenuRound .inputTemes {
	border: 1px solid #A5ACB2;
	vertical-align: top;
	height: 1.6em;
	width: 10em;
	margin-left: 10px;
	margin-top: 5px;
}

	
/* Segón Nivell */
.Menu1 {
	margin: 0;
	padding: 0;
	list-style: none;
	border: 0px;
	border-top: 1px solid white;
	background-color: #dddddd;
}
.Menu1 li {
	display: inline;
	margin: 0;
	padding: 0;
	background: none;
}
.Menu1 li a {
	text-transform: none;
	display: block;
	color: #061f57;
   font-weight: bold;
	font-size: 0.9em;
	text-decoration: none;
	padding: 5px 5px 5px 15px;
	border:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid white;
	background: none;
}
.Menu1 li a:hover {
	color: white;
	background-color: #092a76;
	background-image: none;
	text-decoration: none;
}
.Menu1 li.Ultim a {
	border:0; 
	padding-bottom: 2px;
}

/* Tercer Nivell */
.Menu1 ul {
	margin: 0;
	padding: 0px;
	list-style: none;
	border-top: 0;
}
.Menu1 ul li {
	display: inherit;
	margin:  0;
	padding: 0;
}
.Menu1 ul li a {
	border-bottom: 1px solid #8babca;
	color: white;
	text-transform: none;
    font-weight: normal;
	text-decoration: none;
	background-color: #165695;
	padding: 4px 10px 4px 20px;	
}
.Menu1 ul li a:hover {
	text-decoration: underline;
	background-color: #165695
}

.Menu1_Selec {
	background-image: url("/img/fons_menu1_on.gif") !important;
}
.Menu2_Selec {
	color: white !important;
	background-color: #092a76 !important;
	background-image: none !important;
}
.Menu3_Selec {
	text-decoration: underline !important;
	background-color: #165695 !important;
}

/* Enllaços ràpids laterals dreta */
.LinkDre {
	position: relative;
	padding: 3px 0px 1px 0px;
	margin: 0 0 15px 0;
	overflow: visible;
	width: 140px;
	background: #d7d9db url("/img/fons_peu_linkdre.gif") bottom left no-repeat;
}
.LinkDre .rce {
	position: absolute;
	top: 0;
	left: 0;
	background: url("/img/fons_esq_linkdre.gif") top left no-repeat;
	height: 7px;
	width: 7px;
}
.LinkDre .rcd {
	position: absolute;
	top: 0;
	right: 0;
	background: url("/img/fons_dre_linkdre.gif") top right no-repeat;
	height: 7px;
	width: 7px;
}
.LinkDre .interior {
	margin: 0px 0px -8px 0px;
	vertical-align: bottom; 
	padding: 0;
}
.LinkDre span {
	display: block;
	width: 125px;
	padding: 1px 0px 5px 10px;
	margin: 0;
	color: #293546;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.4em;
	text-transform: uppercase;
	text-decoration: none;
	height: auto;
}
.LinkDre a {
	display: block;
	width: 112px;
	padding: 0px 20px 0px 10px;
	margin: 0;
	color: #293546;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.4em;
	text-transform: uppercase;
	text-decoration: none;
	height: auto;
	
	background-image: url("/img/fons_link_linkdre_off.gif");
	background-position: 120px top;
	background-repeat: no-repeat;
}
* html .LinkDre a {
	width: 122px;
	padding: 0px 0px 0px 10px;
}
.LinkDre a:hover {
	background-image: url("/img/fons_link_linkdre_on.gif");
	text-decoration: none;
}


/* Elements de portada */
.fons_portlet_portada_fosc {
	background-color: #f1f1f1;
	margin-bottom: 13px;
}
.fons_portlet_portada_fosc .Peu_Portada {
	background-color: #f1f1f1;
}
.fons_portlet_portada_fosc .Peu_Portada .rce {
	position: absolute;
	bottom: 0;
	left: 0;
	background: url("/img/fons_peu_esq_portada_esq.gif") bottom left no-repeat;
	height: 7px;
	width: 7px;
}
*html .fons_portlet_portada_fosc .Peu_Portada .rce {
	/* Correcció IE6 */
	bottom: -1px;
}
.fons_portlet_portada_fosc .Peu_Portada .rcd {
	position: absolute;
	bottom: 0;
	right: 0;
	background: url("/img/fons_peu_dre_portada_esq.gif") top right no-repeat;
	height: 7px;
	width: 7px;
}
*html .fons_portlet_portada_fosc .Peu_Portada .rcd {
	/* Correcció IE6 */
	bottom: -7px;
}

.fons_portlet_portada_clar {
	background-color: #f9f9f9;
	margin-bottom: 13px;
}
.fons_portlet_portada_clar .Peu_Portada {
	background-color: #f9f9f9;
}
.fons_portlet_portada_clar .Peu_Portada .rce {
	position: absolute;
	bottom: 0;
	left: 0;
	background: url("/img/fons_peu_esq_portada_dre.gif") bottom left no-repeat;
	height: 7px;
	width: 7px;
}
.fons_portlet_portada_clar .Peu_Portada .rcd {
	position: absolute;
	bottom: 0;
	right: 0;
	background: url("/img/fons_peu_dre_portada_dre.gif") top right no-repeat;
	height: 7px;
	width: 7px;
}
*html .fons_portlet_portada_clar .Peu_Portada .rcd {
	/* Correcció IE6 */
	bottom: -7px;
}

.Titol_Portada {
	position: relative;
	width: 100%;
	background: #95999c url("/img/fons_cap_titol_portada.gif") top right repeat-y;
	border-bottom: 1px solid #FFFFFF;
}
.Titol_Portada .rce {
	position: absolute;
	top: 0;
	left: 0;
	background: url("/img/fons_cap_esq_titol_portada.gif") top left no-repeat;
	height: 7px;
	width: 7px;
}
.Titol_Portada .rcd {
	position: absolute;
	top: 0;
	right: 0;
	background: url("/img/fons_cap_dre_titol_portada.gif") top right no-repeat;
	height: 7px;
	width: 7px;
}
.Titol_Portada a {
	color: white;
	display: block;
	text-decoration: none;
	padding: 5px 3px 4px 13px;	
	margin: 0px;	
	font-size: 1.2em;
	color: white;
	font-weight: bold;
	
}
.Titol_Portada a:hover  {
	text-decoration: underline;
}
.Titol_Portada span {
	color: white;
	display: block;
	text-decoration: none;
	padding: 8px 3px 6px 17px;	
	margin: 0px;	
	line-height: 1.2em;
	font-size: 1.2em;
	color: white;
	font-weight: bold;
}

.Peu_Portada {
	position: relative;
	overflow: hidden;
	margin: 0;
	width: 100%;
	padding: 3px 0 8px 0;
	text-align: right;
}
.Peu_Portada a {
	display: block;
	margin: 0px 10px 0px 0px;
	color: #165695;
	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: #165695;
	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;
}
ul.Llista_Portada_calendari li {
	padding: 6px 0px 8px 0px;	
	display: list-item;
	text-align: justify;
	margin: 0px 0px 10px 0px;
	overflow: auto;
	background-image: none;
	background: url("/img/calendari_llista.gif") 0px 10px no-repeat;
}
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 35px;
}

ul.Llista_Portada_calendari li a.MesInfo {
	color: #165695;
	text-decoration: none;
}
ul.Llista_Portada_calendari li a.MesInfo:hover {
	text-decoration: underline;
}


.Selec {
	font-weight: bold;
}
.Selec2 {
	background-color: #EEEEED;
}

#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: #00457d;
	font-weight: bold;
	padding-top: 1em;
	
	margin-bottom: 1.2em;
	font-size: 1.6em;
	border-bottom: #7e7f80 1px solid;
	display: block;
	padding-left: 8px;
	margin: 0px 0px 1.2em 0px;
}
.Titol span {
	display: block;
}

/* Gris */
.subtitol {
	color: #444e5c;
	font-weight: bold;
	font-size: 0.9em;
}
/* Blau */
.subtitol2 {
	color: #061f57;
	font-weight: normal;
	font-size: 0.9em;
}
/* Taronja */
.subtitol3 {
	color: #fd6205;
	font-weight: bold;
	font-size: 0.9em;
}

/* Blau Gran */
.titol_llista {
	margin-bottom: 0;
	font-size: 1.2em;
	color: #0c4790;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a.titol_llista {
	font-size: 1.2em;
	color: #0c4790;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a.titol_llista:hover {
	text-decoration: underline;
}
/* Blau petit */
.titol_llista2 {
	color: #0c4790;
	font-weight: bold;
	text-align: left;
	font-size: 0.9em;
}
a.titol_llista2 {
	color: #0c4790;
	font-weight: bold;
	text-align: left;
	font-size: 0.9em;
	text-decoration: none;
}
a.titol_llista2:hover {
	text-decoration: underline;
}
/* Blau clar petit */
.titol_llista3 {
	color: #305cb6;
	font-weight: bold;
	text-align: left;
	font-size: 0.9em;
}
a.titol_llista3 {
	color: #305cb6;
	font-weight: bold;
	text-align: left;
	font-size: 0.9em;
	text-decoration: none;
}
a.titol_llista3:hover {
	text-decoration: underline;
}


/* Gris fosc */
.TitolIntern {
	color: #00457d;
	font-weight: bold;
	padding-top: 1em;
	width: 60%;
	margin-bottom: 1.2em;
	font-size: 1em;
	border-bottom: #7e7f80 1px solid;
	display: block;
	padding-left: 7px;
}
.TitolIntern span {
	
}

.CanviGrupCamps {
	color: #00457d;
	font-weight: bold;
	padding-top: 1em;
	width: 60%;
	margin-bottom: 1.2em;
	font-size: 1em;
	border-bottom: #7e7f80 1px solid;
	display: block;
	padding-left: 7px;
}
.CanviGrupCamps span {
	
}

.TitolAgrupacio {
	background-color: #999da0;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1em;
	padding: 0.4em 1em 0.3em 1em;
	width: 99%;
	margin-top: 0.1em;
	display: block;
	margin-left: -4px;
}
.TitolAgrupacio span {
	
}


/* Textes */
.texte {
	color: #404040;
	text-decoration: none;
}


.txtresaltat {
	color: #861818;
}
.text_vermell {
	color: #861818; 
}
.data {
	color: #979797;
	font-size: 0.8em;
	float: right; 
	padding: 0em 15px 0.5em 0em;
	margin-bottom: 1em;
}
.MarcaCerca {
	background-color: #f2b997;
}
.Txtpaginacio {
	font-size: 0.9em;
	color: #000000;
}
.gris {
	font-size: 0.8em;
	color: #444e5c;
	text-decoration: none;
	text-align: justify;
}
.txt_imatge{
	display: block;
	font-size: .9em;
	color: #061f57;
}
.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;
}



/* Links */
a.linkmini {
	color: #00457d;
	font-size: 0.9em;
	text-decoration: none;
}
a.linkmini:hover {
	text-decoration: underline;
}

a.linkpaginacio {
	color: #00457d;
	font-size: 1.1em;
	text-decoration: none;
}
a.linkpaginacio:hover {
	text-decoration: underline;
}
.linkpaginacio_Sel {
	color: #00457D;
	font-size: 1.1em;
	text-decoration: none;
	font-weight: bold;
}

a.link {
	color: #00457d;
	text-decoration: none;
}
a.link:hover {
	text-decoration: underline;
}

.linknegreta {
	font-weight: bold;
	color: #00457D;
	text-decoration: underline;
}
a.linknegreta {
	font-weight: bold;
	color: #00457D;
	text-decoration: underline;
}
a.linknegreta:hover {
	text-decoration: underline;
}

a.linkgris {
	color: #7E7F80;
	text-decoration: underline;
}
a.linkgris:hover {
	text-decoration: underline;
}
.linkgrisSel {
	color: #7E7F80;
	text-decoration: underline;
	
}
a.linkgrisfosc {
	font-weight: bold;
	color: #404040;
	text-decoration: underline;
	font-size: 1.1em;
}
a.linkgrisfosc:hover {
	text-decoration: underline;
}


/* Imatges */
.BarraLatImgDet { 
	float: right;
	margin:0; 
	width: 180px;
	padding: 0;
	padding-left: 20px;
	text-align: left;
}

.TitolImatges {
	padding: 8px 0px 8px 0px;
	margin: 0;
	overflow: visible;
	width: 180px;
	background: url("/img/fons_titolimatges.gif") top left no-repeat;
	text-align: center;
	vertical-align: middle; 
	height: 32px;
}
.TitolImatges span {
	color: #293546;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.3em;
	text-decoration: none;
}


.ImgIntDet {
	width: 170px; 
	text-align: center;
	margin: 0 auto 0 auto;
}
.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;
	border: 1px solid #000000;
}
a.imatge_detall:hover img {
	border: 1px solid #B2A992;
}

.imatge_banner {
	border: 0px;
	padding-bottom: 0.6em;
	padding-top: 0em;
	margin: 0;
}

.img_incrustada {
	float: left; 
	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%;
	border-top: 7px solid #00457d;
}
table.taula thead {
	background-color: #d9dadb;
	color: #00457d;
	font-weight: bold;
}
table.taula thead tr th {
	padding: 10px 5px 3px 5px;
}
table.taula tr.Imparell {
	background-color: #eeeeed;
}
table.taula th.fons {
	background-color: #d9dadb;
}
table.taula tr.Over {
	background-color: #d9dadb;
	cursor: pointer;
}
table.taula th {
	font-weight: bold;
	text-align: left;
}
table.taula td {
	text-align: left;
	vertical-align: top;
}
table.taula td.cos {

}

/* Fitxa directòri */
table.fitxa {
	border: 0;
	font-size: 1em;
	width: 94%;
	background-color: #eeeeed;
}
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: #c3cad2;
	color: #00457d;
	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;
	padding-left: 0;
}
table.fitxa td li {
	margin-left: 0;
	padding-left: 0;
}



/* Elements de Formulari */
table.formulari {
	color: #404040;
	text-align: left;
	font-weight: bold;
	font-size: 0.9em;
	text-align: left;
	background-color: #eeeeed;
}
table.formulari td {
	background-color: #eeeeed;
	empty-cells: show;
	border-bottom: 4px solid white;
	padding: 5px 6px 0px 8px;
}
table.formulari td.noborder {
	border: 0;
	margin: 0;
}
table.formulari th {
	vertical-align: top;
	padding-left: 1.5em;
	background-color: #c3cad2;
	color: #00457d;
	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;
}
.formobj {
	font-size: 1.1em;
	border: 1px solid #a5acb2;
	width: 25em;
	margin-bottom: 0.6em;
}
.Tbutton {
	background-color: #092a76;
	color: #FFFFFF;
	font-size: 1em;
	font-weight: bold;
	padding: 2px 10px 2px 10px;
	cursor: pointer;
	border: 1px solid #a5acb2;
}


/* 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;
	padding: 0;
}
ul.Galeria li {
   display: block;
	float: left;
	padding: 0;
	margin: 0px 0px 10px 0px;
	width: 49%;
	height: 120px;	
	background: none;
}
ul.Galeria li p {
	padding: 2px 7px 0px 0px;
	text-align: left;
	color: #404040;
}


/* Galeria de Videos Youtube */
ul.Videos {
	list-style: none;
	margin: 1.2em 0 1em 0;
	padding: 0;
}
ul.Videos li {
	display: block;
	float: left;
	padding: 0;
	margin: 0px 0px 13px 0px;
	background: none;
}
ul.Videos li p {
	padding: 2px 7px 0px 0px;
	text-align: left;
	color: #404040;
}


/* Llistes de vídeos adjunts */
ul.llista_videos {	
	margin: 0.5em 0 0.8em;
	padding: 0px 13px 8px 13px;
}
ul.llista_videos  li {	
	margin: 0 0 0.5em 0.5em;
	padding: 2px 0 2px 20px;
	vertical-align: top;
	background: url("/img/icone_video.gif") left top no-repeat;
}

/* Llistes de documents adjunts */
ul.LlistaDocs {
	list-style: none;
	margin: 0.1em 0 2em 10px;
	padding: 0;
}
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;
	padding: 5px 10px 6px 25px;	
	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;
}

/* 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;
}


/* Enquestes */
.Enquestes {
	margin-top: -2px;
	margin-bottom: 10px;
	padding: 0px 15px 0px 10px;
	color: #061f57;
	font-family: Tahoma, Verdana, Arial;
}
.Enquestes .TBoto {
	color: white;
	font-size: 1.2em;
	font-weight: bold;
	background: url("/img/fons_vota.gif") right top  no-repeat; 
	border: none;
	margin: 11px 0px 5px 0px;
	cursor: pointer;
	width: 56px;
	height: 21px;
}
.BarraEnq {
	float: right; 
	margin-bottom: 3px; 
	background-color: #8babca; 
	border: 1px solid #165695; 
	height: 15px;
}


/* Temps */
#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;
}