@media screen {
	body {	
		margin: 0px 0px 0px 0px;
		padding: 0;
		text-align: center;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #000000;
		background: #195b7d url("/img/fons.jpg") top center no-repeat;
		min-width: 910px;
	}	

	
	/* ----  Capçalera ---- */
	#Capcalera_Print {
		display: none;
	}
	#Capcalera {
		margin: 0;
		padding:0;
		z-index: 1;
		margin-left: auto; 
		margin-right: auto;
		height: 156px;
		width: 909px;
		overflow: visible;
		background: url("/img/fons_cap.gif") top left no-repeat;
	}
	#Capcalera #LogoCap {
		position: relative;
		top: 23px;
		left: 55px;
		float: left;
		z-index: 0;
	}
	#Capcalera #MenusCap {
		clear: right;
		position: relative;
		float: right;
		top: 35px;
		right: 145px;
		text-align: right;
		white-space: nowrap;
		z-index: 1;
		width: 600px;
	}
	#Capcalera #Banners_Cap {
		width: 468px;
		height: 60px;
		position: relative;
		float: right;
		top: 30px;
		right: -90px;
		overflow: hidden;
	}
	#Capcalera #MenusSegon {
		clear: both;
		position: relative;
		float: left;
		top: 0px;
		left: 185px;
		text-align: left;
		white-space: nowrap;
		z-index: 2;
		width: 700px;
	}
	/* Idiomes */
	#Capcalera  #Idiomes {
		position: relative;
		top: 5px;
		right: 68px;
		float: right;
		color: #303758;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		text-align: left;
		overflow: hidden;
		width: 60px;
		height: 60px;
	}
	#Capcalera  #Idiomes span {
		text-decoration: underline;
	}
	#Capcalera  #Idiomes a {
		text-decoration: none;
		color: #303758;
	}
	#Capcalera  #Idiomes a:hover {
		text-decoration: underline;
	}
	
	/* Banners */
	
	
	/* Login de la Capçalera */
	#Capcalera #Login {
		position: relative;
		float: right;
		top: 5px;
		right: 115px;
	}
	#Capcalera #Login .Titol_Login {
		color: #6e6e6e;
		font-size: 10px;
		float: left;
		margin-right: 5px;
		margin-top: 2px;
	}
	#Capcalera #Login .Titol_Login a {
		color: #6e6e6e;
	}
	#Capcalera #Login input.loginput {
		float: left;
		width: 67px;
		border: 1px solid #888a8d;
	   background-color:	#e1e2e5;
		margin-right: 6px;
		font-size: 10px;
		color: #6e6e6e;
	}
	#Capcalera #Login a.linknick {
		color: white;
		font-size: 9px;
	}
	#Capcalera #Login a.linklogout {
		color: white;
		font-size: 9px;
	}
	
	/* Menú barra superior */
	#Menu0 {
		float: right;
		display: block;
		margin: 0;
		padding: 0;
		overflow: hidden;
	}
	#Menu0 li {
		float: left;
		display: block;
		margin: 0;
		padding: 0;
	}
	#Menu0 li a {
		display: block;
		color: #FFFFFF;
		font-weight: bold;
		text-decoration: none;
		padding: 0;
		margin: 0;
	}
	#Menu0 li a:hover {
		text-decoration: none;
		color: white;
	}
	
	
	/* Segón Nivell */
	.Menu1 {
		float: left;
		display: block;
		margin: 0;
		padding: 0;
		overflow: hidden;
	}
	.Menu1 li {
		float: left;
		display: block;
		margin: 0 10px 0 0;
		padding: 0;
	}
	.Menu1 li a {
		display: block;
		color: #000000;
		font-weight: bold;
		text-decoration: none;
		padding: 0;
		margin: 0;
	}
	.Menu1 li a:hover {
		text-decoration: none;
		color: #000000;
	}
	
	/* Tercer Nivell */
	.Menu1 ul {
		margin: 0;
		padding: 0 ;
		list-style: none;
	}
	.Menu1 ul li {
		display: inherit;
		margin:  0;
		padding: 0;
	}
	.Menu1 ul li a {
		color: #992424;
		text-transform: none;
		font-weight: normal;
		text-decoration: none;
		padding: 2px 10px 2px 20px;
		font-size: 0.9em;
	}
	.Menu1 ul li a:hover {
		text-decoration: none;
		
	}
	.Menu1 ul li a.Selec {
		
	}
	
	/* ---- Contingut ---- */
	#Contingut_Sup {
		margin-top: 5px;
		height: 4px;		
		width: 916px;
		background: url("/img/contingut_marge_sup.png") left bottom no-repeat;
		margin-left: auto; 
		margin-right: auto;
	}
	* html #Contingut_Sup {
		background: none;
	}
	#Contingut {
		width: 916px;
		background: url("/img/contingut_marges.png") left top repeat-y;
		padding:0;
		margin-left: auto; 
		margin-right: auto;
	}
	* html #Contingut {
		background: none;
	}
	#Contingut_Int {
		width: 908px;
		padding: 5px 0 0 0;
		margin-left: 4px;
		margin-right: 4px;
		font-size: 1em;		
		overflow: hidden;	
		background: rgb(102,101,102); /* Color per Navegadors que no suporten rgba */
		background: rgba(0,0,0,0.6);
	}
	#Contingut_Inf {
		height: 4px;		
		width: 916px;
		background: url("/img/contingut_marge_inf.png") left top no-repeat;
		margin-left: auto; 
		margin-right: auto;
	}
	* html #Contingut_Inf {
		background: none;
		height: 0;
		display: none;
	}
	
	/* Divs de Continguts en funció de si hi ha menu lateral o banners */
	#Col_Cont {
		margin: 0px 0px 0px 212px;
		width: 675px;
		overflow: hidden;
	}
	#Col_Cont_no_Banners {
		margin: 0px 0px 0px 18px;
		width: 869px;
		overflow: hidden;
	}
	#Col_Cont_Portada {
		margin: 0px 0px 0px 0px;
		padding-left: 12px;
		padding-right: 12px;
		width: 683px;
		overflow: hidden;
	}
	*html #Col_Cont_Portada {
		padding: 0;
		margin-left: 212px;
	}
	
	/* Barra de banners i elements a l'esquerra*/
	#Col_Banners {
		float: left;
		width: 190px;
		margin-left: 10px;
	}
	*html #Col_Banners {
		margin-left: 5px;
	}
	
	#Banners a {
		display: block;
		margin: 0px 0px 5px 0px;
	}
	#Banners object {
		margin-bottom: 10px;
	}
	
	/* Contingut de la pàgina */
	#Cont {
		text-align: left;
		min-height: 400px;
		overflow: visible;
	}
	#Cont_Portada {
		margin-left: 0px;
		padding: 0;
		text-align: left;
		padding: 0px 0px 10px 0;
		text-align: justify;
	}	
	.Cont_Int {
		background-color: #a9aaaa;
		margin: 0px 0px 8px 3px;
		padding: 15px 13px 15px 20px;
		overflow: hidden;
		text-align: justify;
	}
	.Cont_Int h2.Titol_Int {
		color: #446c81;
		font-weight: bold;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 17px;
		text-align: left;
		margin-bottom: 25px;
	}
	.Cont_Int .botons {
		float: right;
	}
	
	/* Peu */
	#Peu_Sup {
		margin-top: 5px;
		height: 7px;		
		width: 916px;
		background: url("/img/peu_marge_sup.png") left bottom no-repeat;
		margin-left: auto; 
		margin-right: auto;
	}
	* html #Peu_Sup {
		background: none;
		margin-top: 0;
		height: 0;
	}
	#Peu {
		width: 916px;
		background: url("/img/contingut_marges.png") left top repeat-y;
		padding:0;
		margin-left: auto; 
		margin-right: auto;
	}
	* html #Peu {
		background: none;
	}
	#Peu_Int {
		width: 908px;
		padding: 0;
		margin-left: 4px;
		margin-right: 4px;
		padding-bottom: 5px;
		padding-top: 5px;
		font-size: 1em;		
		overflow: hidden;
		background: #0c2633 url("/img/peu_fons.gif") left top repeat-x;
	}
	#Peu_Inf {
		height: 4px;		
		width: 916px;
		background: url("/img/contingut_marge_inf.png") left top no-repeat;
		margin-left: auto; 
		margin-right: auto;
	}
	* html #Peu_Inf {
		background: none;
	}
	#Peu #PeuLinks {
		width: 645px;
		overflow: hidden;
		float: right;
		text-align: right;
		margin-right: 1px;
	}
	#Peu #PeuLinks div.links_sup {
		overflow: visible;
		padding: 5px 15px 5px 15px;
		font-family: Tahoma, Verdana, Arial;
		float: right;
		font-size: 12px;
	}
	#Peu #PeuLinks div.links_sup a {
		color: #bbc2c7;
		text-decoration: none;
	}
	#Peu #PeuLinks div.links_sup a:hover {
		text-decoration: underline;
	}
	#Peu #PeuLinks div.links_sup span {
		color: #bbc2c7;
		padding-left: 0.4em;
		padding-right: 0.4em;
	}
	#Peu #PeuLinks div.links_inf {
		overflow: visible;
		padding: 5px 15px 5px 15px;
		font-family: Tahoma, Verdana, Arial;
		float: right;
		font-size: 10px;
		clear: right;
		white-space: nowrap;
	}
	#Peu #PeuLinks div.links_inf a {
		color: #bbc2c7;
		text-decoration: none;
	}
	#Peu #PeuLinks div.links_inf a:hover {
		text-decoration: underline;
	}
	#Peu #PeuLinks div.links_inf span {
		color: #bbc2c7;
		padding-left: 0.4em;
		padding-right: 0.4em;
	}
	
	#Peu #PeuDades {
		color: #bbc2c7;
		overflow: visible;
		float: right;
		text-align: right;
		width: 220px;
		padding: 5px 16px 5px 10px;
		border-left: 2px solid #313e46;
		font-family: Tahoma, Verdana, Arial;
	}
	#Peu #PeuDades a {
		color: #bbc2c7;
		text-decoration: none;
	}
	#Peu #PeuDades 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;
	}
	
	.linia {
		overflow: hidden;
		height: 5px;
		margin: 0px 0px 0px 3px;
		background: url("/img/fons_titol.png") top left repeat-x;
		border: 0;
		padding:0;
	}
	*html .linia {
		background: #858585;
	}
}

@media print {
	/* Cambiats per la impresió */
	body {	
		margin: 0px;
		padding: 0px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: .7em;
		color: #000000;
		text-align: left;
	}
	#Capcalera_Print {
		display: block;
		margin: 0px 0px 0px 0px;
	}
  	#Capcalera {
		display: none;
	}
	#Contingut_Sup	{
		display: none;
	}
	#Contingut_Inf {
		display: none;
	}
	#Contingut {
		width: 100%;
		padding: 0;
		margin: 0;
		margin-left: auto; 
		margin-right: auto;
	}
	#Contingut_Int {
		width: 100%;
		padding: 0;
		margin: 0;
	}
	#Col_Banners {
		display: none;
	}
	#Col_Banners_Portada {
		display: none;
	}
	#Col_Cont {		
		padding:0;
		margin: 0;
	}
	#Col_Cont_no_Banners {
		padding:0;
		margin: 0;
	}
	#Col_Cont_Portada {
		margin: 0;
		padding: 0;
	}	
	#Fil {
		display: none;
	}
	.BarraLListaSup {
		display: none !important;
	}
	#Peu_Sup {
		display: none;
	}
	#Peu {
		display: none;
	}
	#Peu_Inf {
		display: none;
	}

	#peumapa {
		display: none;
	}
	
	.taula {
		margin: 0 !important;
	}
	
	.Titol {
		margin-left: 0px !important;
		color: #000000 !important;
	}
	.titol_llista2 {
		color: #000000 !important;
	}
	.Txtpaginacio {
		display: none !important;
	}
	.linia {
		display: none;
	}
	
	.Cont_Int {
		background: none;
		margin: 0;
		padding: 0;
		text-align: justify;
	}
	.Cont_Int h2.Titol_Int {
		color: #446c81;
		font-weight: bold;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 17px;
		text-align: left;
		margin-bottom: 25px;
	}
	.Cont_Int .botons {
		display: none;
	}
	.BotonsEsp {
		display: none !important;
	}
	.BotonsEspDesactivat {
		display: none !important;
	}
}



/* Finestra de visualtizació de vídeos */
body.Finestra {
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background: #195b7d url("/img/fons.jpg") top center no-repeat;
	min-width: 0px;
}
body.Finestra #Capcalera_Finestra {
	height: auto;
	overflow: visible;
	width: 100%;
	border-bottom: #7e7f80 1px solid;
}
body.Finestra #Capcalera_Finestra img {
	float: left;
	padding-top: 10px;
}
body.Finestra .ContFinestra {
	margin: 10px; 
	text-align: center;
}
body.Finestra .Titol {
	display: block;
	margin: 70px 0 0 0;
	padding: 0 10px 0 15px;
	font-size: 17px;
	color: #144b68;
	font-weight: bold;	
	text-align: right; 
	float: left;
	background: none;
}
body.Finestra .Titol span {
	display: block;
}

/* Divs de columnes de portada */
#Col_Portada_Esq {
	padding: 0px 244px 0px 0px;
}
#Col_Portada_Dre {
	width: 234px; 
	float: right;
}

/* Div del formulari de Cerca */
#Form_Cerca {
	background: rgb(25,91,125); /* Color per Navegadors que no suporten rgba */
	background: rgba(25,91,125,0.9);
	overflow: hidden;
	text-align: left;
}
*html #Form_Cerca {
	height: 55px;
}
#Form_Cerca .interior {
	border-bottom: 1px solid #0c4163;
	overflow: hidden;
	padding: 10px 10px 8px 14px;
}
*html #Form_Cerca .interior{
	height: 50px;
}
#Form_Cerca .requadre {
	border: 1px solid #7f9db9;
	background-color: #ffffff;
	width: 150px;
	float: right;
}
#Form_Cerca .requadre2 {
	border: 1px solid #7f9db9;
	background-color: #ffffff;
	width: 300px;
	float: right;
}
#Form_Cerca .texte {
	font-weight: bold;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-bottom: 3px;
}

#Form_Cerca .inputCerca {
	border: 1px solid #ffffff;
	padding: 0;
	margin: 0;
	font-size: 10px;
	vertical-align: middle;
	height: 14px;
	width: 125px;
	color: #9c9c9c;
	font-family: Arial, Helvetica, sans-serif;
}
#Form_Cerca .requadre2 .inputCerca {
	width: 275px !important;
}
#Form_Cerca #Img_Cerca {
	vertical-align: middle;
	width: 20px;
	height: 17px;
	background: url("/img/cerca_off.gif") right top no-repeat;
}
#Form_Cerca_Inf {
	background: url("/img/fons_cerca.png") left top no-repeat;
	height: 10px;
}
*html #Form_Cerca_Inf {
	background: none;
	height: 0;
}

/* 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 {
	
}


blockquote {
	margin-left: 2em;
	margin-top: 0px;
	margin-bottom: 0px;
}

p {
	margin: 0px;
}

strong {
	font-weight: bold;
}

img {
	border:0;
}

hr {
	display: block;
	overflow: hidden;
	height: 5px;
	margin: 0px 20px 0px 0px;
	background: url("/img/fons_titol.png") top left repeat-x;
	border: 0;
	padding:0;
}

h1 {
	font-size: 1em;
	margin-top: 0px;
	margin-bottom: 0px;
}
h2,h3,h4,h5 {
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #144b68;
}

a {
	text-decoration: none;
	color: #000000; 
}
a:hover {
	text-decoration: underline;
}

/* Per reduir la mida de les fonts */
.mini {
	font-size: 0.9em !important;	
}

/* 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;
}


/* Portada */
#Capcalera_Portada {
	height: 244px;
	overflow: hidden;
	background-position: top left;
	background-repeat: no-repeat;
	float: none;
	display: block;
	overflow: hidden;
	margin: 5px 10px 10px 10px;
}
#Capcalera_Portada .video {
	margin: 0;
	padding: 0;
	position: relative;
	height: 244px;
	width: 281px;
	overflow: hidden;
	float: left;
}
#Capcalera_Portada .video .titol_vd {
	position: absolute;
	top: 9px;
	left: 31px;
	z-index: 1001;
}
#Capcalera_Portada .video .tele {
	position: absolute;
	top:0;
	left:0;
	z-index: 1000;
}
#Capcalera_Portada .video .img_video {
	position: absolute;
	top: 52px;
	left: 40px;
	height: 125px;
	width: 201px;
	z-index: 1001;
	overflow: hidden;
}
#Capcalera_Portada .video .artista {
	position: absolute;
	bottom: 24px;
	left: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
	height: 18px;
	z-index: 1001;
	overflow: hidden;
}
#Capcalera_Portada .video .nom_video {
	position: absolute;
	bottom: 0px;
	left: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
	height: 18px;
	z-index: 1001;
	overflow: hidden;
	width: 205px;
	text-align: left;
}
#Capcalera_Portada .video .durada {
	position: absolute;
	bottom: 0px;
	right: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
	height: 18px;
	z-index: 1001;
	width: 50px;
	overflow: hidden;
	text-align: right;
}

#Capcalera_Portada .flash {
	float: left;
	margin: 0;
	padding: 0;
}


/* Elements de portada */
.fons_portlet_portada {
	background-color: #d3d3d3;
	margin-bottom: 7px;
	text-align: left;
	padding: 0;
	padding-bottom: 7px;
}
.fons_portlet_portada_cols {
	margin-bottom: 7px;
	text-align: left;
	padding: 0;
}
.fons_portlet5_portada {
	background:  url("/img/fons_portlet5.png") bottom left repeat-x;
	margin-bottom: 10px;
	text-align: left;
	padding: 0;
	border: 1px solid #d3d3d3;
	overflow: auto;
	vertical-align: bottom;
	position: relative;
}
* html .fons_portlet5_portada {
	background: none;
}
.fons_portlet5_portada .img_destacat {
	margin: 8px auto 8px auto;
	text-align: center;
}
.fons_portlet5_portada .img_destacat img.foto {
	width: 217px;
	height: 155px;
}
.fons_portlet5_portada .titol_destacat {
	margin-bottom: 10px;
}
.fons_portlet5_portada .contingut_destacat {
	margin: 0px 0px 8px 7px;
	overflow: hidden;
	width: 138px;
}
* html .fons_portlet5_portada .contingut_destacat {
	width: 130px;
}
.fons_portlet5_portada .contingut_destacat a {
	font-size: 11px;
	text-decoration: none;
}
.fons_portlet5_portada .botons {
	padding: 0;
	width: 70px;
	text-align: right;
	overflow: hidden;
	position: absolute;
	right: 10px;
	bottom: 0;
	/*
	float: right;
	margin: 55px 10px 0 0;
	*/
}
.fons_portlet5_portada .botons img {
	margin-bottom: 7px;
}
.fons_portlet5_portada a.rss {
	
}
.fons_portlet5_portada a.rss img {
	position: absolute;
	right: 4px;
	top: 0px;
}

.Titol_Portada {
	position: relative;
	background: #1f526d url("/img/titol_portlet_fons.gif") bottom left repeat-x;
	padding: 8px 15px 10px 15px;
}
.Titol_Portada a {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold; 
	color: #ffffff; 
	font-size: 11px;
}
.Titol_Portada a:hover  {
	text-decoration: underline;
}
.Titol_Portada span {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold; 
	color: #ffffff; 
	font-size: 11px;
}

.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: #000000;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
.Peu_Portada a:hover {
	text-decoration: underline;
}


ul.Llista_Portada_ambimatge {
	margin: 3px 0 0 0;
	padding: 0px 13px 0px 12px;
	list-style: none;	
	color: #444e5c;
	list-style: none;
}
ul.Llista_Portada_ambimatge li {
	padding: 7px 0px 7px 0px;
	margin: 0;
	display: list-item;
	text-align: justify;
	border-bottom: 1px solid #9fa8c0;
	overflow: auto;
	background-image: none;
}
*html ul.Llista_Portada_ambimatge li {
	width: 99%;
}
ul.Llista_Portada_ambimatge li.Ultim {
	padding: 7px 0px 3px 0px;
	border-bottom: none;
}
ul.Llista_Portada_ambimatge li a.MesInfo {
	color: #ffffff;
	text-decoration: none;
}
ul.Llista_Portada_ambimatge li a.MesInfo:hover {
	
}


table.Llista_Portada_discs_primer {
	background-color: #d3d3d3;
	color: #fefefe;
	margin-bottom: 3px;
}
*html table.Llista_Portada_discs_primer {
	float: left;
	width: 438px;
}
table.Llista_Portada_discs_primer tr td.titol {
	padding: 11px 11px 0px 0px;
}
table.Llista_Portada_discs_primer tr td.imatge {
	padding: 11px 11px 9px 12px;
	width: 118px;
	height: 118px;
}
table.Llista_Portada_discs_primer tr td.imatge img {
	width: 118px;
	height: 118px;
}
table.Llista_Portada_discs_primer tr td.cos {
	vertical-align: bottom;
	padding: 2px 11px 9px 0px;
	width: 100%;
}
table.Llista_Portada_discs_primer a.MesInfo {
	color: #ffffff;
	text-decoration: none;
}
table.Llista_Portada_discs_primer a.MesInfo:hover {
	
}
table.Llista_Portada_discs_primer .botons {
	margin: 10px 0px 0px 0px;
}
table.Llista_Portada_discs_primer .botons img {
	margin-right: 7px;
	width: auto !important;
	height: auto !important;
}


table.Llista_Portada_discs {
	margin: 0;
	padding: 0;
	border: 0;
}
*html table.Llista_Portada_discs {
	float: left;
	width: 438px;
}
table.Llista_Portada_discs td {
	padding: 9px 6px 2px 8px;
	margin: 0;
	text-align: left;
	background-color: #d3d3d3;
	border-right: #485155 2px solid;
	vertical-align: top;
}
*html table.Llista_Portada_discs td {
	padding: 9px 6px 2px 8px;
	white-space: normal;
}
table.Llista_Portada_discs td.Ultim {
	/*margin-right: 0px !important;*/
	border-right: none !important;
}
table.Llista_Portada_discs td img {
	width: 94px;
	height: 94px;
	margin-bottom: 3px;
}


ul.Llista_Portada_concerts {
	margin: 0px 0 0 0;
	padding: 0px 13px 8px 12px;
	list-style: none;	
	color: #fefefe;
	list-style: none;
}
ul.Llista_Portada_concerts li {
	padding: 7px 0px 7px 0px;
	margin: 0;
	display: list-item;
	text-align: left;
	border-bottom: 1px solid #305e76;
	overflow: auto;
	background-image: none;
}
*html ul.Llista_Portada_concerts li {
	width: 99%;
}
ul.Llista_Portada_concerts li.Ultim {
	padding: 7px 0px 3px 0px;
	border-bottom: none;
}
ul.Llista_Portada_concerts li a.MesInfo {
	color: #ffffff;
	text-decoration: none;
}
ul.Llista_Portada_concerts li a.MesInfo:hover {
	
}
ul.Llista_Portada_concerts li .imatges {
	float: left;
}
ul.Llista_Portada_concerts li .contingut {
	margin: 0 0 0 83px; 
	padding: 0;
}


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_noimatge li a.MesInfo {
	color: #ffffff;
	text-decoration: none;
}


/* Div d'Imatges i de contingut dels portlets */
div.img_incrustada_esquerra {
	float: left;
}
div.img_incrustada_dreta {
	float: right; 
}
div.img_sup_incrustada_esquerra {
	float: left; 
	margin-right: 1em; 
	margin-bottom: 0.3em;
	margin-left: 0em;
	margin-top: 0.3em;
}
div.img_sup_incrustada_dreta {
	float: right; 
	margin-right: 1em; 
	margin-bottom: 0.3em;
	margin-left: 2em;
	margin-top: 0.3em;
}
div.img_incrustada_gmaps {
	float: left; 
	margin-right: 1em; 
	margin-bottom: 0.3em;
	margin-left: 0.5em;
}

div.img_incrustada_esquerra_cont {
	margin: 0 0 0 107px; 
	padding: 0;
}
div.img_incrustada_dreta_cont {
	margin: 0 107px 0 0; 
	padding: 0;
}
div.img_sup_incrustada_esquerra_cont {
	float: left; 
	margin-right: 1em; 
	margin-bottom: 0.3em;
	margin-left: 0em;
	margin-top: 0.3em;
}
div.img_sup_incrustada_dreta_cont {
	float: right; 
	margin-right: 1em; 
	margin-bottom: 0.3em;
	margin-left: 2em;
	margin-top: 0.3em;
}
div.img_incrustada_gmaps {
	float: left; 
	margin-right: 1em; 
	margin-bottom: 0.3em;
	margin-left: 0.5em;
}


#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: #b65562; 
	border-style: solid;
}
.Mapa_Detall {
	width: 60%; 
	height: 300px; 
	border-width:1px; 
	border-color:#870020; 
	border-style:solid;
}
#peumapa {
	color: #000000;
	text-decoration: none;
}
#peumapa:hover {
	text-decoration: underline;
}

/* Mapa Web */
ul.MapaWeb li {
	
	
}


/* ----  Titols ----*/
/* Títol pàgina */
.Titol {
	display: block;
	text-align: left;
	overflow: hidden;
	height: 32px;
	color: #fefefe;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	margin: 10px 0px 21px 50px;
	background: url("/img/fons_titol.png") bottom left repeat-x;
}
*html .Titol {
	background: url("/img/fons_titol_ie6.gif") bottom left repeat-x;
}
.Titol span {

}


/* Gris */
.subtitol {
	color: #a7acaf;
	font-size: 10px;
	margin-bottom: 3px;
	display: block;
}
/* Blau */
.subtitol2 {
	color: #195b7d;
	font-weight: bold;
	font-size: 10px;
}
/* Negre Gran */
.subtitol3 {
	color: #292929;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
}
a.subtitol3:hover {
	text-decoration: underline;
}
/* Negre petit */
.subtitol4 {
	color: #000000;
	font-weight: bold;
	font-size: 11px;
}
a.subtitol4 {
	color: #000000;
	font-weight: bold;
	font-size: 11px;
}
a.subtitol4:hover {
	text-decoration: underline;
}

/* Blanc petit */
.subtitol5 {
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
}
a.subtitol5 {
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
}
a.subtitol5:hover {
	text-decoration: underline;
}


/* Blau */
.titol_llista {
	margin-bottom: 0;
	font-size: 11px;
	color: #144b68;
	font-weight: bold;
	text-decoration: none;
}
a.titol_llista {
	margin-bottom: 0;
	font-size: 11px;
	color: #144b68;
	font-weight: bold;
	text-decoration: none;
}
a.titol_llista:hover {
	text-decoration: underline;
}
/* Blanc */
.titol_llista2 {
	color: #fefefe;
	font-weight: bold;
	text-align: left;
	font-size: 11px;
}
a.titol_llista2 {
	color: #fefefe;
	font-weight: bold;
	text-align: left;
	font-size: 11px;
	text-decoration: none;
}
a.titol_llista2:hover {
	text-decoration: underline;
}

/* Negre petit */
.titol_llista3 {
	color: #292929;
	font-weight: bold;
	text-align: left;
	font-size: 0.9em;
}
a.titol_llista3 {
	color: #292929;
	font-weight: bold;
	text-align: left;
	font-size: 0.9em;
	text-decoration: none;
}
a.titol_llista3:hover {
	text-decoration: underline;
}
/* Blau Gran */
.titol_llista4 {
	margin-bottom: 0;
	font-size: 17px;
	color: #144b68;
	font-weight: bold;
	text-decoration: none;
}
a.titol_llista4 {
	margin-bottom: 0;
	font-size: 17px;
	color: #144b68;
	font-weight: bold;
	text-decoration: none;
}
a.titol_llista4:hover {
	text-decoration: underline;
}
/* Blanc Gran*/
.titol_llista5 {
	color: #fefefe;
	font-weight: bold;
	text-align: left;
	font-size: 14px;
}
a.titol_llista5 {
	color: #fefefe;
	font-weight: bold;
	text-align: left;
	font-size: 14px;
	text-decoration: none;
}
a.titol_llista5:hover {
	text-decoration: underline;
}


/* Gris */
.TitolIntern {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 1em;
	color: #144b68;
	padding: 5px 0px 5px 0px;	
}
.TitolIntern span {
	
}
.TitolIntern a {
	text-decoration: none;
	color: #000000;
	font-size: 10px;
}
.CanviGrupCamps {
	color: #c62b2b;
	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: #dcdad1;
	color: #144b68;
	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 {
	
}

/* Paginació i barra superior de la llista */
.Txtpaginacio {
	font-size: 10px;
	color: #ffffff;
	margin: 0px 0px 5px 3px;
	padding: 3px 10px 3px 10px;
	background: rgb(240,240,240); /* Color per Navegadors que no suporten rgba */
	background: rgba(240,240,240,0.2);
	overflow: hidden;
}
.Txtpaginacio .TxtRegistres {
	float: left;
}
.Txtpaginacio .Txtpagines {
	float: right;
}

/* Barra superior pel RSS i el filtres del portlets llista */
.BarraLListaSup {
	margin: 0px 0px 5px 0px;
	text-align: right;
	vertical-align: bottom;
}
.BarraLListaSup label {
	color: #ffffff;
	display: inline-block;
}
.BarraLListaSup .rss {
	margin: 0px 0px 0px 30px;
}
.BarraLListaSup .rss img {
	vertical-align: bottom;
}

/* Barra superior pels botons especials dels portlets detall */
.BarraDetSup {
	float: left;
	width: 100%;
}
.BarraDetSup h2.Titol_Int {
	display: block !important;
	color: #446c81;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	text-align: left;
	float: left;
	margin: 0;	
}
ul.BotonsEsp {
	float: right;
	padding: 0 !important;
	margin: 0 !important;
	white-space: nowrap;
}
ul.BotonsEsp li {
	display: inline;
	margin: 0 !important;
	padding:0 !important;
	margin-left: 10px !important;
	background: none !important;
}
ul.BotonsEsp li img {
	vertical-align: top;
}
ul.BotonsEspDesactivat {
	float: right;
	padding: 0 !important;
	margin: 0 !important;
	white-space: nowrap;
}
ul.BotonsEspDesactivat li {
	display: inline;
	margin: 0 !important;
	padding:0 !important;
	margin-left: 10px !important;
	background: none !important;
}
ul.BotonsEspDesactivat li img {
	vertical-align: top;
	opacity:.60; 
	filter: alpha(opacity=60);
}

.ImgDesactivat {
	opacity:.40; 
	filter: alpha(opacity=40);
}



/* Textes */
.texte {
	color: #2f2f2f;
	text-decoration: none;
}
.texte2 {
	color: #fefefe;
	text-decoration: none;
}
.texte3 {
	color: #000000;
	text-decoration: none;
	font-size: 11px;
}
.txtresaltat {
	color: #94393c;
}

.TitolDestacat {
	color: #446c81;
	font-size: 17px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.data {
	color: #94393c;
	font-size: 0.8em;
	float: right; 
	padding: 0em 15px 0.5em 0em;
	margin-bottom: 1em;
}

.gris {
	font-size: 9px;
	color: #444e5c;
	text-decoration: none;
	text-align: justify;
}
.txt_imatge{
	display: block;
	font-size: 10px;
	color: #ffffff;
}
.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 {
	text-decoration: none;
	color: #305e76;
}
a.link:hover {
	text-decoration: underline;
}
a.linkmini {
	color: #305e76;
	font-size: 9px !important;
}
a.linkmini:hover {
	text-decoration: underline;
}
.linknegreta {
	color: #305e76;
	font-weight: bold !important;
}
a.linknegreta {
	font-weight: bold !important;
}
a.linknegreta:hover {
	text-decoration: underline;
}
.linknegre {
	color: #000000;
	font-weight: bold !important;
}
a.linknegre {
	font-weight: bold !important;
}
a.linknegre:hover {
	text-decoration: underline;
}
a.linkgris {
	color: gray !important;
	font-weight: bold !important;
}
a.linkgris:hover {
	text-decoration: underline;
}
.linkgrisSel {
	color: gray;
	text-decoration: underline;
	font-weight: bold !important;
}

a.instruccions {
	text-decoration: underline !important;
	color: #000000;
	font-size: 10px;	
}
a.instruccions:hover {

}
a.linkpaginacio {
	color: #ffffff;
	font-size: 10px;
	text-decoration: none;
}
a.linkpaginacio:hover {
	text-decoration: underline;
}
.linkpaginacio_Sel {
	color: #ffffff;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
}

/* Imatges */
.BarraLatImgDet { 
	float: right;
	margin:0; 
	width: 180px;
	padding: 0;
	padding-left: 0px;
	text-align: left;
}
*html .BarraLatImgDet .ImgIntDet {
	margin: 0 0 0 10px;
}
.BarraLatImgDet .fonsImgDet {
	clear: right;
	margin-top: 28px;
	background: url("/img/bg_img_rel.png") left top repeat-x;
}
*html .BarraLatImgDet .fonsImgDet {
	background: #446d81;
}
.BarraLatImgDet .fonsImgDet .titolimg {
	margin: 0 auto 0 auto;
	text-align: center;
}
.BarraLatImgDet .fonsImgDet .titolimg img {
	margin-top: 8px;
	margin-bottom: 5px;
}
.TitolImatges {
	padding: 5px 0px 10px 0px;
	margin: 0 0 0 10px;
	overflow: visible;
	width: 165px;
	text-align: center;
	vertical-align: middle; 
}
.TitolImatges span {
	color: #ffffff;
	font-weight: bold;
	font-size: 13px;
}

.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;
	
}
a.imatge_detall:hover img {
	
}

.imatge_banner {
	border: 0px;
	padding-bottom: 0.6em;
	padding-top: 0em;
	margin: 0;
}



/* Taules */
table.taula {
	margin: 3px 0px 0px 3px;
}
table.taula thead tr {
	background-color: #d8d5c9;
}
table.taula thead tr th {
	padding: 8px 5px 5px 10px;
	color: #195b7d;
	font-weight: bold;
}
table.taula tr {
	margin-bottom: 8px;
	background: rgb(171,171,171); /* Color per Navegadors que no suporten rgba */
	background: rgba(226,226,226,0.5);
}
table.taula tr.transparent {
	empty-cells: show;
	background: none;
	height: 8px;
}
table.taula tr.transparent td {
	padding: 0 !important;
}
table.taula tr td.Imatge {
	
}
table.taula tr td.Imatge img {
	width: 136px;
	height: 96px;
}
table.taula tr td.descripcio {
	vertical-align: bottom;
}
table.taula tr td a.MesInfo {
	color: #ffffff;
	text-decoration: none;
}
table.taula th.fons {
	background-color: #f1f1f1;
}
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;
	padding: 11px 15px 9px 12px;
}
table.taula td.cos {

}

/* Taula Artistes */
table.taula_artista_destacat {
	margin: 0px 0px 0px 3px;
	border: 0;
}
table.taula_artista_destacat td {
	background: rgb(171,171,171); /* Color per Navegadors que no suporten rgba */
	background: rgba(226,226,226,0.5);
}
table.taula_artista_destacat tr.transparent {
	empty-cells: show;
	background: url("/img/fons_titol.png") left 3px repeat-x;
	height: 10px;
}
*html table.taula_artista_destacat tr.transparent {
	background: url("/img/fons_titol_ie6.gif") left 3px repeat-x;
}
table.taula_artista_destacat tr.transparent td {
	background: none !important;
}
table.taula_artista_destacat tr td.imatge {
	padding: 11px 11px 11px 11px;
}
table.taula_artista_destacat tr td.imatge .imatge {
	width: 386px !important;
	height: 273px !important;
}
table.taula_artista_destacat tr td.imatge .imatge img {
	width: 386px !important;
	height: 273px !important;
}
table.taula_artista_destacat tr td.titol {
	padding: 11px 11px 5px 0px !important;
	vertical-align: top;
}
table.taula_artista_destacat tr td.titol .fonsdestacat {	
	background: url("/img/fons_titol_destacat.png") top left repeat-x;
	width: 160px;
	height: 142px;
	float: left;
	text-align: center;
	padding-top: 5px;
}
*html table.taula_artista_destacat tr td.titol .fonsdestacat {
	background: #487b96;
}
table.taula_artista_destacat tr td .titol_destacat {
	font-size: 17px;
	color: #446c81;
	font-weight: bold;
	display: block;
}
table.taula_artista_destacat tr td a.titol_destacat {
	font-size: 17px;
	color: #446c81;
	font-weight: bold;
	text-decoration: none;
}
table.taula_artista_destacat tr td a.titol_destacat:hover {
	text-decoration: underline;
}
table.taula_artista_destacat tr td.contingut {
	padding: 0px 11px 11px 0px !important;
	vertical-align: bottom;
	empty-cells: show;
	text-align: justify;
}
table.taula_artista_destacat tr td.contingut a.MesInfo {
	color: #ffffff;
	text-decoration: none;
}



table.taula_artistes {
	margin: 3px 3px 0px 0px;
}
table.taula_artistes col {
	width: 33%;
}
table.taula_artistes thead {
	background-color: #d8d5c9;
	color: #94393c;
	font-weight: bold;
}
table.taula_artistes thead tr th {
	padding: 10px 5px 3px 5px;
}
table.taula_artistes tr {
	background: rgb(171,171,171); /* Color per Navegadors que no suporten rgba */
	background: rgba(226,226,226,0.5);
}
table.taula_artistes tr.transparent {
	empty-cells: show;
	background: url("/img/fons_titol.png") left 2px repeat-x;
	height: 9px;
}
*html table.taula_artistes tr.transparent {
	background: url("/img/fons_titol_ie6.gif") left 2px repeat-x;
}
table.taula_artistes tr td {
	padding: 11px !important;
}
table.taula_artistes tr.transparent td {
	padding: 0 !important;
}
table.taula_artistes tr td .imatge {
	width: 200px;
	height: 145px;
	overflow: hidden;
	margin-bottom: 1px;
}
table.taula_artistes tr td .imatge img {
	width: 200px;
	height: 145px;
}
table.taula_artistes tr td a.MesInfo {
	color: #ffffff;
	text-decoration: none;
}
table.taula_artistes th.fons {
	background-color: #f1f1f1;
}
table.taula_artistes tr.Over {
	background-color: #d9dadb;
	cursor: pointer;
}
table.taula_artistes tr.No_Registres {
	vertical-align: middle; 
	height: 5em;
}
table.taula_artistes th {
	font-weight: bold;
	text-align: left;
}
table.taula_artistes td {
	text-align: left;
	vertical-align: top;
	padding: 11px 15px 9px 12px;
}

table.taula_artista_imatges {
	background-color: #c7c7c7;
	margin: 0px 0px 8px 3px;
	padding: 0;
}
table.taula_artista_imatges tr td.imatge_gran {
	padding: 12px 0px 12px 12px;
	width: 378px;
	vertical-align: top;
}
table.taula_artista_imatges tr td.imatge_gran img {
	width: 378px;
	height: 268px; /* real 270px */
	margin: 0;
}
table.taula_artista_imatges tr td.imatges_petites {
	width: 184px;
	padding: 4px 0px 12px 0px;
	vertical-align: top;
}
table.taula_artista_imatges tr td.imatges_petites img {
	width: 85px;
	height: 61px;
	margin: 8px 0px 0px 7px;
	float: left;
}
table.taula_artista_imatges tr td.barra_sup {
	vertical-align: top;
	padding: 6px 12px 0px 0px;
}


/* Taula Discs */
table.taula_discs_destacat {
	margin: 0px 0px 0px 3px;
	border: 0;
}
table.taula_discs_destacat td {
	background: rgb(171,171,171); /* Color per Navegadors que no suporten rgba */
	background: rgba(226,226,226,0.5);
}
table.taula_discs_destacat tr.transparent {
	empty-cells: show;
	background: url("/img/fons_titol.png") left 3px repeat-x;
	height: 10px;
}
*html table.taula_discs_destacat tr.transparent {
	background: url("/img/fons_titol_ie6.gif") left 3px repeat-x;
}
table.taula_discs_destacat tr.transparent td {
	background: none !important;
}
table.taula_discs_destacat tr td.imatge {
	padding: 11px 11px 11px 11px;
}
table.taula_discs_destacat tr td.imatge .imatge {
	width: 234px !important;
	height: 234px !important;
	margin: 0 !important;
}
table.taula_discs_destacat tr td.imatge .imatge img {
	width: 234px !important;
	height: 234px !important;
}
table.taula_discs_destacat tr td.titol {
	padding: 11px 11px 5px 11px !important;
	vertical-align: top;
}
table.taula_discs_destacat tr td.titol .fonsdestacat {
	background: url("/img/fons_titol_destacat.png") top left repeat-x;
	width: 160px;
	height: 142px;
	float: left;
	text-align: center;
	padding-top: 5px;
}
*html table.taula_discs_destacat tr td.titol .fonsdestacat {
	background: #487b96;
}
table.taula_discs_destacat tr td .titol_destacat {
	font-size: 17px;
	color: #446c81;
	font-weight: bold;
	display: block;
}
table.taula_discs_destacat tr td a.titol_destacat {
	font-size: 17px;
	color: #446c81;
	font-weight: bold;
	text-decoration: none;
}
table.taula_discs_destacat tr td a.titol_destacat:hover {
	text-decoration: underline;
}
table.taula_discs_destacat tr td.contingut {
	padding: 0px 11px 11px 11px !important;
	vertical-align: bottom;
	empty-cells: show;
}
table.taula_discs_destacat tr td.contingut .botons {
	margin-top: 10px;
}
table.taula_discs_destacat tr td.contingut .botons img {
	margin-right: 5px;
}
table.taula_discs_destacat tr td.contingut a.MesInfo {
	color: #ffffff;
	text-decoration: none;
}
table.taula_discs_destacat tr td.marge {
	padding: 0 !important;
	background: none !important;
}
table.taula_discs_destacat tr td.marge img {
	width: 5px !important;
	height: 1px !important;
}



table.taula_discs {
	margin: 0 0 6px 3px;
	padding: 0;
}
table.taula_discs col.disc {
	width: 25%;
}
table.taula_discs col.buit {
	width: 5px;
}
table.taula_discs tr {
	
}
table.taula_discs tr td {
	padding: 2px 10px 2px 10px;
	margin: 0;
	text-align: left;
	vertical-align: top;
	background: rgb(171,171,171); /* Color per Navegadors que no suporten rgba */
	background: rgba(226,226,226,0.5);
}
table.taula_discs tr td.novisible {
	background: none;
}
table.taula_discs tr.transparent {
	empty-cells: show;
	height: 16px;
}
table.taula_discs tr.transparent td {
	padding: 0;
	background: none;
	background: url("/img/fons_titol.png") left 6px repeat-x;
}
*html table.taula_discs tr.transparent td {
	background: url("/img/fons_titol_ie6.gif") left 6px repeat-x;
}
table.taula_discs tr td.buit {
	background: none;
	padding: 0;
	margin: 0;
}
table.taula_discs tr td.buit img {
	width: 4px;
	height: 1px;
}
table.taula_discs tr td .imatge {
	width: 144px;
	height: 144px;
	overflow: hidden;
	margin: 9px auto 10px auto;
}
table.taula_discs tr td .imatge img {
	width: 144px;
	height: 144px;
}
table.taula_discs tr td a.MesInfo {
	color: #ffffff;
	text-decoration: none;
}
table.taula_discs tr.No_Registres {
	vertical-align: middle; 
	height: 5em;
}
table.taula_discs tr td .botons {
	margin-top: 9px;
	margin-bottom: 5px;
}
table.taula_discs tr td .botons img {
	margin-right: 3px;
}

table.taula_discs_detall_cos {
	margin: 0px 0px 6px 3px;
}
table.taula_discs_detall_cos td.imatge {
	margin-bottom: 8px;
	background: rgb(182,184,185); /* Color per Navegadors que no suporten rgba */
	background: rgba(226,226,226,0.7);
	width: 258px;
	padding: 11px 0px 11px 11px;
	vertical-align: top;
}
table.taula_discs_detall_cos td.contingut {
	margin-bottom: 8px;
	background: rgb(190,190,190); /* Color per Navegadors que no suporten rgba */
	background: rgba(240,240,240,0.7);
	width: 80%;
	padding: 5px 11px 11px 11px !important;
	vertical-align: top;
}
table.taula_discs_detall_cos td.contingut ul.BotonsEsp {
	margin-top: 5px !important;
}
table.taula_discs_detall_cos td.transparent {
	empty-cells: show;
	width: 3px;
	padding: 0 !important;
}
table.taula_discs_detall_cos tr.transparent {
	empty-cells: show;
	background: url("/img/fons_titol.png") left 3px repeat-x;
	height: 10px;
}
table.taula_discs_detall_cos tr td.imatge .imatge_disc_gran {
	width: 233px !important;
	height: 233px !important;
	margin: 0 11px 0 0 !important;
	overflow: hidden;
	display: block;
}
table.taula_discs_detall_cos tr td.imatge .imatge_disc_gran img {
	width: 233px !important;
	height: 233px !important;
}
table.taula_discs_detall_cos tr td.imatge .imatge_disc_petita {
	margin: 6px 4px 0px 0px;
	/*
	width: 55px !important;
	height: 55px !important;
	*/
	overflow: hidden;
	display: block;
	float: left;
}
table.taula_discs_detall_cos tr td .imatge_disc_petita img {
	width: 55px !important;
	height: 55px !important;
}
table.taula_discs_detall_cos tr td.imatge .botons {
	margin: 11px 11px 10px 0px;
}
table.taula_discs_detall_cos tr td.imatge .botons img {
	margin-right: 5px;
}
table.taula_discs_detall_cos tr td  h2.Titol_Int {
	color: #446c81;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: left;
	margin-top: 5px;
}
table.taula_discs_detall_cos tr td  h3.Titol_Int {
	color: #000000;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
}

table.detall_discs_dreta {
	width: 412px; 
	clear:right; 
	float: right;
}
* html table.detall_discs_dreta {
	width: 411px; 
}
table.detall_discs_esquerra {
	width: 256px; 
	float: left; 
	margin-right: 0px;
}
* html table.detall_discs_esquerra {
	margin: 5px 0px 0px 2px;
}

table.taula_detall_discs {
	margin: 5px 0px 0px 3px;
	
}
table.taula_detall_discs thead tr th {
	padding: 7px 11px 7px 11px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	border-bottom: 2px solid #afb1b1;
	background-color: #a2a5a6;
}
table.taula_detall_discs thead tr th.transparent {
	background: none;
	height: 4px;
	empty-cells: show;
	padding: 0;
	border-bottom: 0px;
}
table.taula_detall_discs tbody tr td {
	background-color: #d3d3d3;
	border-bottom: 1px solid #a9a9a9;
	padding: 1px 1px 1px 10px;
	font-size: 10px;
	color: #000000;
	text-align: left;
	empty-cells: show;
}
table.taula_detall_discs tbody tr td.numpista {
	text-align: right !important;
}
table.taula_detall_discs tbody tr td strong {
	font-size: 10px;
	color: #446c81;
	font-weight: bold;
}
table.taula_detall_discs tbody tr td a {
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
table.taula_detall_discs tbody tr td a:hover {
	text-decoration: none;
}
table.taula_detall_discs tbody tr td a.titol_disc {
	font-size: 11px;
	color: #446c81;
	font-weight: bold;
}
table.taula_detall_discs tbody tr td a.titol_disc:hover {
	text-decoration: none;
}
table.taula_detall_discs tbody tr td.disc {
	padding: 5px 1px 5px 10px;
}
table.taula_detall_discs tbody tr td .botons {
	margin-top: 5px;
	margin-bottom: 4px;
}
table.taula_detall_discs tbody tr td .botons img {
	margin-right: 5px;
}


/* Taula Agenda */
table.taula_agenda_destacat {
	margin: 0px 3px 5px 3px;
	border: 0;
}
table.taula_agenda_destacat>tbody>tr>td {
	background: rgb(171,171,171); /* Color per Navegadors que no suporten rgba */
	background: rgba(226,226,226,0.5);
}
*html table.taula_agenda_destacat tr td {
	background: rgb(171,171,171); /* Color per Navegadors que no suporten rgba */
}
table.taula_agenda_destacat tr td.imatge {
	padding: 11px 0px 11px 11px;
	vertical-align: top;
}
table.taula_agenda_destacat tr td.imatge .imatge {
	width: 249px !important;
	height: 178px !important;
	margin: 0 !important;
}
table.taula_agenda_destacat tr td.imatge .imatge img {
	width: 249px !important;
	height: 178px !important;
}
table.taula_agenda_destacat tr td.titol {
	padding: 11px 11px 5px 8px !important;
	vertical-align: top;
}
table.taula_agenda_destacat tr td.titol .fonsdestacat {
	background: url("/img/fons_titol_destacat_curt.png") top left repeat-x;
	width: 130px;
	height: 70px;
	float: left;
	text-align: center;
	padding-top: 5px;
}
*html table.taula_agenda_destacat tr td.titol .fonsdestacat {
	background: #487b96;
}
table.taula_agenda_destacat tr td .titol_destacat {
	font-size: 17px;
	color: #446c81;
	font-weight: bold;
	display: block;
}
table.taula_agenda_destacat tr td a.titol_destacat {
	font-size: 17px;
	color: #446c81;
	font-weight: bold;
	text-decoration: none;
}
table.taula_agenda_destacat tr td a.titol_destacat:hover {
	text-decoration: underline;
}
table.taula_agenda_destacat tr td.contingut {
	padding: 0px 11px 11px 11px !important;
	vertical-align: bottom;
	empty-cells: show;
}
table.taula_agenda_destacat tr td.contingut .botons {
	margin-top: 10px;
}
table.taula_agenda_destacat tr td.contingut .botons img {
	margin-right: 5px;
}
table.taula_agenda_destacat tr td.contingut a.MesInfo {
	color: #ffffff;
	text-decoration: none;
}
table.taula_agenda_destacat tr td.marge {
	padding: 0 !important;
	background: none !important;
}
table.taula_agenda_destacat tr td.marge img {
	width: 5px !important;
	height: 1px !important;
}
table.taula_agenda_destacat tr td.calendari {
	vertical-align: bottom;
	padding: 11px 10px 11px 10px !important;
	text-align: right;
}
table.taula_agenda_destacat tr td.calendari_filtre {
	vertical-align: bottom;
	text-align: right;
	padding: 0px 10px 11px 10px !important;
}

table.taula_agenda {
	margin: 3px 0px 0px 1px;
}
table.taula_agenda tr {

}
table.taula_agenda tr td.marge {
	height: 1px;
	width: 6px;
	padding: 0 !important;
	background: none !important;
}
table.taula_agenda tr.transparent {
	empty-cells: show;
	background: url("/img/fons_titol.png") left 3px repeat-x;
	height: 10px;
}
table.taula_agenda tr td {
	text-align: left;
	vertical-align: top;
	padding: 10px 15px 9px 10px;
	background: rgb(171,171,171); /* Color per Navegadors que no suporten rgba */
	background: rgba(226,226,226,0.5);
}
table.taula_agenda tr td.fila_data {
	background: rgb(125,127,128); /* Color per Navegadors que no suporten rgba */
	background: rgba(153,156,158,0.5);
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	padding: 4px 11px 3px 11px !important;
}
table.taula_agenda tr td table {
	margin: 0 !important;
	padding: 0 !important;
	width: 100%;
}
table.taula_agenda tr td table tr td {
	background: none !important;
	padding: 0 !important;
	margin: 0 !important;
}
table.taula_agenda tr td table tr td.imatge {
	width: 97px;
	height: 60px;
	overflow: hidden;
	padding-left: 13px;
}
table.taula_agenda tr td table tr td.imatge img {
	width: 84px;
	height: 60px;
}
table.taula_agenda tr td table tr td.cos {
	vertical-align: bottom;
}
table.taula_agenda tr td.destacat .fonsdestacat {
	background: url("/img/fons_titol_destacat.png") top left repeat-x;
	width: 160px;
	height: 142px;
	float: left;
	text-align: center;
	padding-top: 5px;
}
*html table.taula_agenda tr td.destacat .fonsdestacat {
	background: #487b96;
}
table.taula_agenda tr td.destacat .contdestacat {
	float: left;
	width: 240px;
	vertical-align: bottom;
	margin-top: 10px;
}
table.taula_agenda tr td.destacat .imatge {
	width: 386px !important;
	height: 273px !important;
	margin: 0 15px 0 0 !important;
	float: left;
}
table.taula_agenda tr td.destacat .imatge img {
	width: 386px !important;
	height: 273px !important;
}

table.taula_agenda tr.transparent td {
	padding: 0 !important;
}
table.taula_agenda tr td a.MesInfo {
	color: #ffffff;
	text-decoration: none;
}
table.taula_agenda th.fons {
	background-color: #f1f1f1;
}
table.taula_agenda tr.No_Registres {
	vertical-align: middle; 
	height: 5em;
}
table.taula_agenda .titol_destacat {
	font-size: 17px;
	color: #144b68;
	font-weight: bold;	
	margin-bottom: 17px;
	display: block;
}
table.taula_agenda a.titol_destacat {
	font-size: 17px;
	color: #144b68;
	font-weight: bold;	
	margin-bottom: 17px;	
	text-decoration: underline;
	display: block;
}
table.taula_agenda a.titol_destacat:hover {
	text-decoration: underline;
}


table.taula_agenda_detall {
	margin: -17px 0px 15px 0px;
	padding: 0;
}
table.taula_agenda_detall tr td.dades {
	vertical-align: bottom;
	width: 80%;
	padding: 0px 0px 0px 15px;
	text-align: left;
}

table.taula_agenda_detall tr td.dades .botons {
	margin-top: 5px;
	float: left;
}

table.taula_agenda_detall tr td.imatge {
	vertical-align: top;
	width: 283px !important;
	padding: 0 !important;
	margin: 0 !important;
}
table.taula_agenda_detall tr td.imatge img {
	width: 283px !important;
	height: 202px !important;
	padding: 0 !important;
	margin: 0 !important;
}


/* Taula multimedia */
table.taula_multimedia {
	margin: 3px 0px 0px 0px;
}
table.taula_multimedia tr {

}
table.taula_multimedia tr td.marge {
	height: 1px;
	width: 6px;
	padding: 0 !important;
	background: none !important;
}
table.taula_multimedia tr.transparent {
	empty-cells: show;
	background: url("/img/fons_titol.png") left 3px repeat-x;
	height: 10px;
}
table.taula_multimedia tr td {
	text-align: left;
	vertical-align: top;
	padding: 10px 15px 9px 10px;
	background: rgb(171,171,171); /* Color per Navegadors que no suporten rgba */
	background: rgba(226,226,226,0.5);
}
table.taula_multimedia tr td.fila_data {
	background: rgb(125,127,128); /* Color per Navegadors que no suporten rgba */
	background: rgba(153,156,158,0.5);
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	padding: 4px 11px 3px 11px !important;
}
table.taula_multimedia tr td table {
	margin: 0 !important;
	padding: 0 !important;
	width: 100%;
}
table.taula_multimedia tr td table tr td {
	background: none !important;
	padding: 0 !important;
	margin: 0 !important;
}
table.taula_multimedia tr td table tr td.imatge {
	width: 95px;
	height: 95px;
	overflow: hidden;
	padding-right: 10px !important;
}
table.taula_multimedia tr td table tr td.imatge img {
	width: 95px;
	height: 95px;
}
table.taula_multimedia tr td table tr td.cos {
	vertical-align: bottom;
}
table.taula_multimedia tr.transparent td {
	padding: 0 !important;
}
table.taula_multimedia tr td a.MesInfo {
	color: #ffffff;
	text-decoration: none;
}
table.taula_multimedia th.fons {
	background-color: #f1f1f1;
}
table.taula_multimedia tr.No_Registres {
	vertical-align: middle; 
	height: 5em;
}



/* 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 !important;
	padding-left: 0 !important;
}
table.fitxa td li {
	margin-left: 0 !important;
	padding-left: 0 !important;
}



/* Elements de Formulari */
table.formulari {
	border: 1px solid #000000;
	color: #ffffff;
	text-align: left;
	font-weight: bold;
	font-size: 0.9em;
	text-align: left;
	background-color: #666666;
	padding: 10px 30px 5px 11px;
	width: 99%;
}
table.formulari td {
	empty-cells: show;
	border-bottom: 2px solid #666666;
	padding: 5px 6px 0px 8px;
}
table.formulari td.input {
	empty-cells: show;
	border-bottom: 2px solid #666666;
	border-left: 3px solid #666666;
	padding: 5px 6px 0px 8px;
	background-color: #9d9d9d;
}
table.formulari td.noborder, table.formulari th.noborder {
	border: 0;
	margin: 0;
	background: none;
}
table.formulari th {
	vertical-align: top;
	text-align:left;
	padding-left: 1.5em;
	background-color: #b7b6b6;
	color: #3b3b3b;
	border-bottom: 2px solid #666666;
	padding: 5px 6px 0px 8px;
}
table.formulari th.Etiqueta {
	border-right: 0;
	background-color: #b7b6b6;
	color: #3b3b3b;
	padding: 0.7em 1em 0.7em 0.8em;
	margin: 0;
	font-size: 1.1em;
	font-weight: bold;
}
table.formulari td span.txt_captcha {
	color: white;
}
table.formulari .txt_camps_req {
	color: #3b3b3b;
	font-weight: normal;
	padding-bottom: 0.5em;
	font-size: 1.1em;
	font-weight: bold;
}

.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 {
	color: white;
	font-size: 9px;
	font-weight: bold;
	padding: 2px 10px 2px 10px;
	border: none;
	cursor: pointer;
	background: #13455f url("/img/fons_boto.gif") top left repeat-x;
	width: 50px;
}
.TButtonReload {
	color: white;
	width: 36px;
	border: none;
	cursor: pointer;
	background: #13455f url("/img/reload_clendr.gif") top left no-repeat;
	margin-left: 0px;
	vertical-align: bottom;
}

/* 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: 1em 0 2em -5px !important;
	padding: 0 !important;
}
ul.LlistaDocs li {
	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: #305e76;
	text-decoration: none;
	font-weight: normal !important;
}
ul.LlistaDocs li a:hover {
	text-decoration: underline;
}
ul.LlistaDocs li span {
}

/* Llista links */
ul.LlistaLinks {
	list-style: none;
	margin: 1em 0 1em 0px !important;
	padding: 0 !important;
}
ul.LlistaLinks li {
	background: none !important;
	list-style: none;
   font-weight: normal;
	text-decoration: none;
	font-size: 1em;
	margin:0 !important;	
	padding: 3px 10px 3px 0px !important;	
	border:0;	
}
ul.LlistaLinks li a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
ul.LlistaLinks li a:hover {
	text-decoration: underline;
}


/* Missatges d'error */
.error {
	color: #9b2837;
}
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;
}

/* registres relacionats */
.elem_relacionat {
	color: #000000;
	text-align: left;
	font-size: 10px;
}
a.elem_relacionat {
	color: #000000;
	font-weight: bold;
	text-align: left;
	font-size: 10px;
	text-decoration: none;
}
a.elem_relacionat:hover {
	text-decoration: underline;
}



/* Div de les intruccions multimèdia */
.DivInstruccions {
	position: fixed;
	top:40%;
	left:40%;
	display: none;
	background-color: #666666;
	z-index: 1005;
	color: #ffffff;
	width: 500px;	
	border: 1px solid #000000;
  	vertical-align: top;
	text-align: justify;
	padding: 5px 8px 8px 8px;
}
* html .DivInstruccions { /* ie6 hack */
	position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
.DivInstruccions .titol {
	background-color: #000000;
	overflow: hidden;
	text-align: right;
	margin-bottom: 15px;
	padding: 2px 2px 2px 2px;
}
.DivInstruccions .SGAE {
	margin: 0px 0px 3px 0px !important;
	padding: 0;
}
.DivInstruccions .SGAE td.Logo {
	vertical-align: bottom;
}
.DivInstruccions .SGAE td.Text {
	vertical-align: top;
	padding: 6px 15px 50px 15px !important;
	font-weight: bold;
}
.DivInstruccions .SGAE td.Avis {
	vertical-align: bottom;
	padding-left: 15px !important;
	padding-right: 15px !important;
	font-size: 9px;
}


#FonsInactiu {
	position: fixed;
	z-index: 1000;
	top: 0px;
	left: 0px;
	background-color: #CCCCCC;
	filter:alpha(opacity=40);
	-moz-opacity: 0.40;
	opacity: 0.40;
	height:100%;
	width:100%;
	cursor: wait;
}
* html #FonsInactiu { /* ie6 hack */
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}


div.cap_links {
	background: url("/img/fons_links.gif") top left repeat-x;
	margin-right: 5px;
	overflow: hidden;
}
*html div.cap_links {
	height: 185px;
}


.video_destacat {
	margin:0px 10px 0px 40px;
	position: relative;
	height: 450px;
}
.video_destacat img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1009;
}

.video_destacat #video {
	position: absolute;
	top: 18px;
	left: 27px;
	z-index: 1010;
}


/* Template Banners */
table.banners {
	margin: 0;
	padding: 0;
	border: 0;
}
table.banners tr td {
	vertical-align: middle;
	text-align: center;
}
.titol_banners {
	text-align: right;
	color: #4c4c4c;
	font-size: 1em;
	margin: 11px 11px 5px 11px;
	font-family: Arial, Helvetica, sans-serif;
}
