/* ***************************************** */
/* Estils ESTILS ESPECÍFICS IMGPCN           */
/* ***************************************** */

/* Taula de trasnformacions entre css´s
estils??.css	11	14	17
==================================
font 		9	12	15
font 		10	13	16
font 		11	14	17
font 		12	15	18

line-height:	13	16	19
line-height:	14	17	20
line-height:	15	18	21
line-height:	19	23	26
*/

/* ***************************************** */
/* Estils comuns, utilitzables en l´ASPEdit  */
/* ***************************************** */

.cuerpo  {
	font: normal normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;  
	line-height: 14px;
	color: #87817E; /*R135 G129 B126*/
}


.cuerpobold  {
	font: normal bold 11px Verdana, Geneva, Arial, Helvetica, sans-serif;  
	line-height: 14px;
	color: #87817E; /*R135 G129 B126*/
}


.cuerpobold:link{
	color: #87817E; /*R135 G129 B126*/
}

.cuerpobold:visited{
	color: #87817E; /*R135 G129 B126*/
}
.cuerpobold:active{
	color: #87817E; /*R135 G129 B126*/
}
.cuerpobold:hover {
	color: #000000; 
}

.back  {
	/*Color dins del paràgraf. EN aquest cas, vermell grana*/
	font: normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 14px;
	margin: 5px 0px 0px 0px;
	color: #801314; /*R128 G19 B20*/
	text-decoration: none;
}

.capcalera {
	font: normal 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 15px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	color: #87817E; /*R135 G129 B126*/
	text-decoration: none;
}

.subtit {
	font: normal 12px Arial, Helvetica, sans-serif;
	line-height: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #5C6446; /*R92 G100 B70 al PDF, activitats, deia G180, però era verd botella*/
}

.subsubtit {
	font: italic 11px Arial, Helvetica, sans-serif;
	line-height: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #5C6446; /*R92 G100 B70 al PDF, activitats, deia G180, però era verd botella*/
}


/*1 estils de títol propi de IMGPCN, però utilitzat en diferents planes*/

/*titol vermell bold verdana*/
.titolIMGPCN{
	font: normal bold 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #801314; /*R128 G19 B20*/
	text-transform: uppercase;
}
.titolIMGPCNpaddingLeft50{
	font: normal bold 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #801314; /*R128 G19 B20*/
	padding-left: 50px;
	text-transform: uppercase;
}



/* Estils VINYETES                           */

.vinyetes{
	background-image: url(../cat/imgpcn/img/bullet.gif);
	background-repeat: no-repeat;
	background-position: center left;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 10px;
}


UL{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;	
}

/* Ja no s'utilitzen. S'utilitzen SPAN class vinyetes
LI{
	list-style-image: url(../cat/imgpcn/img/bullet.gif);
	font: normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 14px;
	margin: 0px 0px 0px -6px;
	padding: 0px 0px 0px -20px;
	text-align: left;
	list-style-position: inside;
}

li.a{
	list-style-image: url(../cat/imgpcn/img/bullet.gif);
	font: normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 14px;
	margin: 0px 0px 0px -6px;
	padding: 0px 0px 0px -20px;
	text-align: left;
	list-style-position: inside;
}
*/

/* **************************************** */
/* Estils alineacions i tamanys específics **/
/* **************************************** */

.alignleft  {
	display:block;
	text-align: left;
}
.alignesquerra  {
	display:block;
	text-align: left;
}

.aligndreta  {
	display:block;
	text-align: right;
}
.alignright  {
	display:block;
	text-align: right;
}
.aligncentre  {
	display:block;
	text-align: center;
}
.aligncenter  {
	display:block;
	text-align: center;
}

.bold{
	font-weight: bold;
}

/* ***************************************** */
/* Estils ENLLAÇ                             */
/* ***************************************** */

a{
	font: normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	margin: 5px 0px 0px 0px;
	color: #87817E; /*R135 G129 B126*/
	text-align: justify;
}

a:link{
	color: #87817E; /*R135 G129 B126*/
}

a:visited{
	color: #87817E; /*R135 G129 B126*/
}
a:active{
	color: #000000; /*R0 G0 B0*/
}
a:hover {
	color: #000000; /*R0 G0 B0*/
}



a.link {
	font: normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	margin: 5px 0px 0px 0px;
	color: #87817E; /*R135 G129 B126*/
	text-align: justify;
}

a.link:link{
	color: #87817E; /*R135 G129 B126*/
}

a.link:visited{
	color: #87817E; /*R135 G129 B126*/
}
a.link:active{
	color: #000000; /*R0 G0 B0*/
}
a.link:hover {
	color: #000000; /*R0 G0 B0*/
}



a.linknegre {
	font: normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin: 5px 0px 0px 0px;
	color: #000000; /*R0 G0 B0*/
	text-align: justify;
}

a.linknegre:link{
	color: #000000; /*R0 G0 B0*/
}

a.linknegre:visited{
	color: #000000; /*R0 G0 B0*/
}
a.linknegre:active{
	color: #87817E; /*R135 G129 B126*/
	color: #000000; /*R0 G0 B0*/
}
a.linknegre:hover {
	color: #87817E; /*R135 G129 B126*/
}



/* ***************************************** */
/* FORMULARIS                       	     */
/* ***************************************** */

/*Per elements de form "sueltos": fora d'un formulariContenidor */
.formularis {
	font: normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #87817E; /*R135 G129 B126*/
	text-decoration:none;
	text-align:left;
	border-bottom: 1px solid #511B1E;
	border-right: 1px solid #511B1E;
	border-left: 1px solid #D9B9B9;
	border-top: 1px solid #D9B9B9;
}


/*TABLE genèrica contenidora de formulari */
.formulariContenidor{
	width: 100%;
	font: normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000; /*R0 G0 B0*/
	border-collapse: collapse;
}


.formulariContenidor td.fonsblanc{
	background-color: #ffffff; /*R255 G255 B255*/
	vertical-align: middle;
}


.formulariContenidor td.fonsgris{
	background-color: #ebe8e2; /*R235 G232 B226*/
	vertical-align: middle;
}



/*Separadors entre columnes BLANCS*/
.formulariContenidor td.separadorblanc20{
	background-color: #ffffff; /*R255 G255 B255*/
	width: 20px;
}
.formulariContenidor td.separadorblanc28{
	background-color: #ffffff; /*R255 G255 B255*/
	width: 28px;
}
.formulariContenidor td.separadorblanc30{
	background-color: #ffffff; /*R255 G255 B255*/
	width: 30px;
}
.formulariContenidor td.separadorblanc35{
	background-color: #ffffff; /*R255 G255 B255*/
	width: 35px;
}

/*Separadors entre files BLANCS*/
.formulariContenidor td.separadorblancheight7{
	background-color: #ffffff; /*R255 G255 B255*/
	height: 7px;
}
.formulariContenidor td.separadorblancheight11{
	background-color: #ffffff; /*R255 G255 B255*/
	height: 11px;
}
.formulariContenidor td.separadorblancheight12{
	background-color: #ffffff; /*R255 G255 B255*/
	height: 12px;
}
.formulariContenidor td.separadorblancheight14{
	background-color: #ffffff; /*R255 G255 B255*/
	height: 14px;
}
.formulariContenidor td.separadorblancheight15{
	background-color: #ffffff; /*R255 G255 B255*/
	height: 15px;
}
.formulariContenidor td.separadorblancheight17{
	background-color: #ffffff; /*R255 G255 B255*/
	height: 17px;
}
.formulariContenidor td.separadorblancheight19{
	background-color: #ffffff; /*R255 G255 B255*/
	height: 19px;
}


/*Separadors entre columnes GRIS*/
.formulariContenidor td.separadorgris20{
	background-color: #ebe8e2; /*R235 G232 B226*/
	width: 20px;
}
.formulariContenidor td.separadorgris28{
	background-color: #ebe8e2; /*R235 G232 B226*/
	width: 28px;
}
.formulariContenidor td.separadorgris35{
	background-color: #ebe8e2; /*R235 G232 B226*/
	width: 35px;
}


/*Separadors entre files GRIS*/
.formulariContenidor td.separadorgrisheight7{
	background-color: #ebe8e2; /*R235 G232 B226*/
	height: 7px;
}
.formulariContenidor td.separadorgrisheight11{
	background-color: #ebe8e2; /*R235 G232 B226*/
	height: 11px;
}
.formulariContenidor td.separadorgrisheight12{
	background-color: #ebe8e2; /*R235 G232 B226*/
	height: 12px;
}
.formulariContenidor td.separadorgrisheight14{
	background-color: #ebe8e2; /*R235 G232 B226*/
	height: 14px;
}
.formulariContenidor td.separadorgrisheight17{
	background-color: #ebe8e2; /*R235 G232 B226*/
	height: 17px;
}
.formulariContenidor td.separadorgrisheight19{
	background-color: #ebe8e2; /*R235 G232 B226*/
	height: 19px;
}



.formulariContenidor td.espai{
	height: 15px;
}
.formulariContenidor td.separador{
	height: 1px;
	border-top: 1px dashed #87817E; /*R135 G129 B126*/
}


/*Elements de formulari*/
.formulariContenidor input{
	font: normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000; /*R0 G0 B0*/
	background-color: #ffffff; /*R255 G255 B255*/
	border-bottom: 1px solid #D8D1C6; /*R216 G209 B198*/
	border-right: 1px solid #D8D1C6; /*R216 G209 B198*/
	border-left: 1px solid #958A81; /*R149 G138 B129*/
	border-top: 1px solid #958A81; /*R149 G138 B129*/
	/*height: 16px;*/
}

.formulariContenidor td.fonsgris input.radio{
	font: normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #ebe8e2; /*R235 G232 B226*/
	background-color: #ebe8e2; /*R235 G232 B226*/
	border: 0px;
	/*height: 14px;
	width: 14px;*/
}

.formulariContenidor td.fonsgris input.checkbox{
	color: #87817E; /*R135 G129 B126*/
	font: normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	border: 0px;
	background-color: #ebe8e2; /*R235 G232 B226*/
	/*border-bottom: 1px solid #D8D1C6; /*R216 G209 B198*/
	/*border-right: 1px solid #D8D1C6; /*R216 G209 B198*/
	/*border-left: 1px solid #958A81; /*R149 G138 B129*/
	/*border-top: 1px solid #958A81; /*R149 G138 B129*/
	/*height: 14px;
	width: 14px;*/
}


.formulariContenidor td.fonsblanc input.radio{
	font: normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #ebe8e2; /*R235 G232 B226*/
	background-color: #ffffff; /*R255 G255 B255*/
	border: 0px;
	/*height: 14px;
	width: 14px;*/
}

.formulariContenidor td.fonsblanc input.checkbox{
	color: #87817E; /*R135 G129 B126*/
	font: normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	border: 0px;
	background-color: #ffffff; /*R255 G255 B255*/
	/*border-bottom: 1px solid #D8D1C6; /*R216 G209 B198*/
	/*border-right: 1px solid #D8D1C6; /*R216 G209 B198*/
	/*border-left: 1px solid #958A81; /*R149 G138 B129*/
	/*border-top: 1px solid #958A81; /*R149 G138 B129*/
	/*height: 14px;
	width: 14px;*/
}


.formulariContenidor textarea{
	font: normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	/*color: #87817E; /*R135 G129 B126*/
	color: #000000; /*R0 G0 B0*/
	background-color: #ffffff; /*R255 G255 B255*/
	border-bottom: 1px solid #D8D1C6; /*R216 G209 B198*/
	border-right: 1px solid #D8D1C6; /*R216 G209 B198*/
	border-left: 1px solid #958A81; /*R149 G138 B129*/
	border-top: 1px solid #958A81; /*R149 G138 B129*/
}

.formulariContenidor select{
	font: normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000; /*R0 G0 B0*/
	background-color: #ffffff; /*R255 G255 B255*/
	border-bottom: 1px solid #D8D1C6; /*R216 G209 B198*/
	border-right: 1px solid #D8D1C6; /*R216 G209 B198*/
	border-left: 1px solid #958A81; /*R149 G138 B129*/
	border-top: 1px solid #958A81; /*R149 G138 B129*/
}


.formulariContenidor td.botons{
	background-color: #ffffff; /*R255 G255 B255*/
	padding: 0px 30px 0px 0px;
	width: 160px;
	text-align: right;
	vertical-align: middle;
}


.formulariContenidor td.botoncancelar{
	background-color: #ffffff; /*R255 G255 B255*/
	padding: 0px 2px 0px 312px;
}


.formulariContenidor td.botonenviar{
	background-color: #ffffff; /*R255 G255 B255*/
	padding: 0px 19px 0px 314px;
	text-align: right;
}

.formulariContenidor td.notalegal{
	background-color: #ffffff; /*R255 G255 B255*/
	font: normal normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;  
	color: #645D59; /*R100 G93 B89*/
	text-align: left;
	padding-left: 35px;
	width: 555px;
	vertical-align: middle;
	padding-top: 2px;
}



/**** **************************************************************************** ***/
/**** CONTENIDOR DE FOTGRAFIA AMB LA OMBRA I PEUS DE FOTO. TOT ALINEAT A DRETA     ***/
/**** **************************************************************************** ***/

.imatgeContenidor {
	background-color: transparent;
	text-align: right;
	float: right;
	/*margin: 5px 0px 5px 5px; /*El negatiu per alinear-se per la dreta amb títol plana*/
	margin: 5px -7px 5px 5px; /* Era com estava abans, pero en Opera no es visualitzaven les ombres */
	padding: 0px 0px 0px 0px;
	z-index: 2000; /* per a que es visualitzin les ombres en Opera. Aleshores ja no cal posar la div imatgeContenidorMarc */
}


	/*
	  variant de l'anterior:
	    amb margin-right 0
	    per fotos sobre text alineat a esquerra.
	    útil per la foto que apareix en AGENDA, dins pastilla navegador,
	    on apareixen actes tipus EXPOSICÓ. Per això també
	    amb margin-top 3px i no 5px, perquè va al costat d'un altre estil 
	    més petit que cuerpo
	*/
	.imatgeContenidorDinsTextAlignLeft {
		background-color: transparent;
		text-align: right;
		float: right;
		margin: 3px -7px 5px 0px;
		padding: 0px 0px 0px 0px;
		z-index: 2000;
	}

.imatgeContenidorMarc{
	/*width: 0px;*/
	background-color: transparent;
	clear: both;
	margin: 0px 7px 0px 0px;
	padding: 0px 0px 0px 0px;
	z-index: 2001;
}
.imatgeContenidorMarcBottom{
	background-image: url(../cat/imgpcn/img/imatgeContenidor/bgBottom.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	background-color: transparent;
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	z-index: 2002;
}

.imatgeContenidorMarcRight{
	background-image: url(../cat/imgpcn/img/imatgeContenidor/bgRight.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-color: transparent;
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	z-index: 2003;
}

.imatgeContenidorMarcTop{
	background-image: url(../cat/imgpcn/img/imatgeContenidor/bgTop.gif);
	background-repeat: no-repeat;
	background-position: top right;
	background-color: transparent;
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	z-index: 2005;
}

.imatgeContenidorMarcLeft{
	background-image: url(../cat/imgpcn/img/imatgeContenidor/bgLeft.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-color: transparent;
	clear: both;
	z-index: 2006;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.imatgeContenidorImg{
	background-color: transparent;
	clear: both;
	z-index: 2007;
	margin: 0px 0px 0px 0px;
	padding: 1px 9px 10px 1px;
}
.imatgeContenidorPeus{
	background-color: transparent;
	clear: both;
	text-align: right;
	margin: -14px 14px 0px 0px;
	padding: 0px 0px 0px 0px;
	z-index: 2001;
}

.peudefoto {
	font: normal normal 10px Verdana, Geneva, Arial, Helvetica, sans-serif;  
	line-height: 14px;
	color: #87817E; /*R135 G129 B126*/
}
.peudefotogran {
	font: normal normal 10px Verdana, Geneva, Arial, Helvetica, sans-serif;  
	line-height: 14px;
	color: #87817E; /*R135 G129 B126*/
	font-weight: bold;
}




/*********** Estil genèric Taula CONTENIDOR ***********/
/*********** Per a TABLES de dades, preus, etc ********/


.taulaContenidor{
	margin: 0px 0px 0px 0px; 
	empty-cells: show;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}

/* Casella capçalera de la taula bàsica.*/
.taulaContenidor THEAD TD{
	background-color: #ebe8e2; /*R235 G232 B226*/
	padding: 4px 10px 6px 10px;
	font: normal normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;  
	line-height: 14px;
	color: #534137;
	text-decoration: none;
	text-align: left;
	border: 0px;
}

/* Una casella normal de la taula bàsica. */
.taulaContenidor TBODY TD{
	background-color: #ffffff; /*R255 G255 B255*/
	padding: 4px 10px 6px 10px;
	font: normal normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;  
	line-height: 14px;
	color: #534137;
	text-decoration: none;
	text-align: left;
	border: 0px;
}


/* Variació de la taula bàsica per poder afegir més d'una fila
de headers, ja que el navegador OPERA ens putejava. */
.taulaContenidorNHeaders{
	margin: 0px 0px 0px 0px;
	empty-cells: show;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	width: 100%;
}



/* Equivalent a THEAD TD de la taula bàsica. */
.taulaContenidorNHeadersTH{
	background-color: #ebe8e2; /*R235 G232 B226*/
	padding: 4px 10px 3px 10px;
	font: normal normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;  
	line-height: 14px;
	color: #534137;
	text-decoration: none;
	text-align: left;
	border: 0px;
}
.taulaContenidorNHeadersTHespai360px{
	background-color: #ebe8e2; /*R235 G232 B226*/
	padding: 4px 10px 3px 10px;
	font: normal normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;  
	line-height: 14px;
	color: #534137;
	text-decoration: none;
	text-align: left;
	border: 0px;
	width: 360px;
}
.taulaContenidorNHeadersTHdoblePaddingLeft{
	background-color: #ebe8e2; /*R235 G232 B226*/
	padding: 4px 10px 3px 20px;
	font: normal normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;  
	line-height: 14px;
	color: #534137;
	text-decoration: none;
	text-align: left;
	border: 0px;
	width: 730px;
}
.taulaContenidorNHeadersTHespai33px{
	background-color: #ebe8e2; /*R235 G232 B226*/
	width: 33px;
	border: 0px;
}



/* Equivalent a TBODY TD de la taula bàsica. */
.taulaContenidorNHeadersTD{
	background-color: #ffffff; /*R255 G255 B255*/
	padding: 4px 10px 3px 10px;
	font: normal normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;  
	line-height: 14px;
	color: #534137;
	text-decoration: none;
	text-align: left;
	border: 0px;
}
.taulaContenidorNHeadersTDespai360px{
	background-color: #ffffff; /*R255 G255 B255*/
	padding: 4px 10px 3px 10px;
	font: normal normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;  
	line-height: 14px;
	color: #534137;
	text-decoration: none;
	text-align: left;
	border: 0px;
	width: 360px;
}
.taulaContenidorNHeadersTDdoblePaddingLeft{
	background-color: #ffffff; /*R255 G255 B255*/
	padding: 4px 10px 3px 20px;
	font: normal normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;  
	line-height: 14px;
	color: #534137;
	text-decoration: none;
	text-align: left;
	border: 0px;
	width: 730px;
}
.taulaContenidorNHeadersTDespai33px{
	background-color: #ffffff; /*R255 G255 B255*/
	width: 33px;
	border: 0px;
}

/* *********************************** */
/* UTILITZATS A INC\P04_STRINGPATHMENU */
/* *********************************** */

a.linkPathMenu {
	font: normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #87817E; /*R135 G129 B126*/
	text-align: justify;
}
a.linkPathMenu:link{
	color: #87817E; /*R135 G129 B126*/
}
a.linkPathMenu:visited{
	color: #87817E; /*R135 G129 B126*/
}
a.linkPathMenu:active{
	color: #000000; /*R0 G0 B0*/
}
a.linkPathMenu:hover {
	color: #000000; /*R0 G0 B0*/
}



a.linkPathMenuActiu {
	font: normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #000000; /*R0 G0 B0*/
	text-align: justify;
}
a.linkPathMenuActiu:link{
	color: #000000; /*R0 G0 B0*/
}
a.linkPathMenuActiu:visited{
	color: #000000; /*R0 G0 B0*/
}
a.linkPathMenuActiu:active{
	color: #000000; /*R0 G0 B0*/
}
a.linkPathMenuActiu:hover {
	color: #87817E; /*R135 G129 B126*/
}


/* *********************************** */
/* *********************************** */
/* *********************************** */
/* ESPECIFICIÓ PER LA VERSIÓ ACCESSIBLE*/
/* *********************************** */
/* *********************************** */
/* *********************************** */


/* ************************************************* */
/* ** BOTONERA ESPECIAL IMPRIMIR SITES i CERCADOR ** */
/* ************************************************* */

.divZonaEinesAccesible{
	width: 100%;
	height: 21px;
	background-color: #B0B4A3;
	border: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	vertical-align: top;
	border-collapse: collapse;
}


a.botoZonaEinesAccesible{
	font: bold 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 19px;
	text-decoration: none;
	color: #575C42; 
	text-align: justify;
	background-color: #CECFC6;
	margin: 0px 3px 0px 3px;
	padding: 2px 5px 4px 5px;
	border-left: 1px solid #ffffff;
	border-top: 1px solid #C6C7BD;
	border-bottom: 1px solid #9CAA84;
	border-right: 1px solid #9CAA84;
}
a.botoZonaEinesAccesible:link{
	color: #575C42;
}
a.botoZonaEinesAccesible:visited{
	color: #575C42;
}
a.botoZonaEinesAccesible:active{
	color: #383B2B;
}
a.botoZonaEinesAccesible:hover{
	color: #383B2B;
}

a.botoZonaEinesAccesibleParaiE{
	font: bold 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 19px;
	text-decoration: none;
	color: #575C42; 
	text-align: justify;
	background-color: #CECFC6;
	margin: 0px 3px 0px 3px;
	padding: 3px 5px 3px 5px;
	border-left: 1px solid #ffffff;
	border-top: 1px solid #C6C7BD;
	border-bottom: 1px solid #9CAA84;
	border-right: 1px solid #9CAA84;
}
a.botoZonaEinesAccesibleParaiE:link{
	color: #575C42;
}
a.botoZonaEinesAccesibleParaiE:visited{
	color: #575C42;
}
a.botoZonaEinesAccesibleParaiE:active{
	color: #383B2B;
}
a.botoZonaEinesAccesibleParaiE:hover{
	color: #383B2B;
}


.divZonaEinesAccesibleCercador {
	display: inline;
}

.botoZonaEinesAccesibleCercador{
	font: bold 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 19px;
	text-decoration: none;
	color: #575C42; 
	text-align: justify;
	background-color: #CECFC6;
	margin: 0px 3px 0px 3px;
	padding: 2px 5px 4px 5px;
	border-left: 1px solid #ffffff;
	border-top: 1px solid #C6C7BD;
	border-bottom: 1px solid #9CAA84;
	border-right: 1px solid #9CAA84;
}
.botoZonaEinesAccesibleCercadorParaiE{
	font: bold 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 19px;
	text-decoration: none;
	color: #575C42; 
	text-align: justify;
	background-color: #CECFC6;
	margin: 0px 3px 0px 3px;
	padding: 1px 5px 3px 5px;
	border-left: 1px solid #ffffff;
	border-top: 1px solid #C6C7BD;
	border-bottom: 1px solid #9CAA84;
	border-right: 1px solid #9CAA84;
}

.formCercadorGralInputAccessible{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #87817E;
	text-decoration:none;
	text-align:left;
	font-weight:normal;
	border-left: 1px solid #C6C7BD;
	border-top: 1px solid #C6C7BD;
	border-bottom: 1px solid #9CAA84;
	border-right: 1px solid #9CAA84;
	width: 74px;
	height: 13px; /*OP i MOZ*/
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.formCercadorGralButtonAccessible{
	margin: 0px 0px 0px 0px;
	padding: 0px 2px 0px 7px;
	width: 14px;
	height: 13px;
	border: none;
	vertical-align: -1px;
}

.separadorMenuHoritzontal{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 30px;
	height: 13px; /*OP i MOZ*/
	padding: 0px 20px 0px 20px;
}


/* ***************************************** */
/* ******** ENLLAÇ VERSIO ACCESIBLE ******** */
/* ***************************************** */


.contenidorEnllacVersioAccessible {
	background-color: transparent;
	text-align: right;
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	z-index: 2000; /* per a que es visualitzin les ombres en Opera. Aleshores ja no cal posar la div imatgeContenidorMarc */
}

.contenidorEnllacVersioAccessibleMarc{
	background-color: transparent;
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	z-index: 2001;
}
.contenidorEnllacVersioAccessibleMarcBottom{
	background-image: url(../cat/imgpcn/img/MenuAccessible/EnllacEntreVersions/bgBottom.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-color: transparent;
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	z-index: 2002;
}
.contenidorEnllacVersioAccessibleMarcLeft{
	background-image: url(../cat/imgpcn/img/MenuAccessible/EnllacEntreVersions/bgLeft.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-color: transparent;
	clear: both;
	z-index: 2003;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.contenidorEnllacVersioAccessibleMarcTop{
	background-image: url(../cat/imgpcn/img/MenuAccessible/EnllacEntreVersions/bgTop.gif);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: transparent;
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	z-index: 2004;
}
.contenidorEnllacVersioAccessibleMarcRight{
	background-image: url(../cat/imgpcn/img/MenuAccessible/EnllacEntreVersions/bgRight.gif);
	background-repeat: no-repeat;
	background-position: top right;
	background-color: transparent;
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	z-index: 2005;
}
.contenidorEnllacVersioAccessibleMarcBottomRight{
	background-image: url(../cat/imgpcn/img/MenuAccessible/EnllacEntreVersions/bgBottomRight.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-color: transparent;
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 6px 17px 17px 10px;
	z-index: 2006;
}

.contenidorEnllacVersioAccessibleText {
	background-color: transparent;
	z-index: 2007;
	color: #79706A; /*R128 G19 B20*/
	text-decoration: none;
	font: bold 11px Arial, Helvetica, sans-serif;
	text-align: center;
	}

.contenidorEnllacVersioAccessibleText a{
	background-color: transparent;
	z-index: 2007;
	color: #79706A; /*R128 G19 B20*/
	text-decoration: none;
	font: bold 11px Arial, Helvetica, sans-serif;
	text-align: center;
	}
.contenidorEnllacVersioAccessibleText a:link{color: #79706A; /*R128 G19 B20*/}
.contenidorEnllacVersioAccessibleText a:visited{color: #79706A; /*R128 G19 B20*/}
.contenidorEnllacVersioAccessibleText a:active{color: #000000; /*R128 G19 B20*/}
.contenidorEnllacVersioAccessibleText a:hover{color: #000000; /*R0 G0 B0*/}


/*CANVI TAMANY LLETRA*/
a.cospetitlinkfixe2005 { text-decoration: none; font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; text-align: left; color: #79706A; }
a.cospetitlinkfixe2005:link    { color: #79706A; }
a.cospetitlinkfixe2005:visited { color: #79706A; }
a.cospetitlinkfixe2005:active  { color: #79706A; }
a.cospetitlinkfixe2005:hover { text-decoration: none; color: #000000; }

a.cosmiglinkfixe2005 { text-decoration: none; font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: normal; text-align: left; color: #79706A; }
a.cosmiglinkfixe2005:link    { color: #79706A; }
a.cosmiglinkfixe2005:visited { color: #79706A; }
a.cosmiglinkfixe2005:active  { color: #79706A; }
a.cosmiglinkfixe2005:hover { text-decoration: none; color: #000000; }

a.cosgranlinkfixe2005 { text-decoration: none; font-family: Arial, Helvetica, sans-serif; font-size: 17px; font-weight: normal; text-align: left; color: #79706A; }
a.cosgranlinkfixe2005:link    { color: #79706A; }
a.cosgranlinkfixe2005:visited { color: #79706A; }
a.cosgranlinkfixe2005:active  { color: #79706A; }
a.cosgranlinkfixe2005:hover { text-decoration: none; color: #000000; }


/* ***************************************** */
/* ******** MANU PPAL DE OPCIONS N1 ******** */
/* ***************************************** */

.tableZonaCmenuN1accesible{
	background-color: #ffffff;
	border: 0px;
	margin: 10px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	vertical-align: top;
	border-collapse: collapse;
	empty-cells: show;
}

.tableZonaCmenuN1accesible_NOiExplorerA1024{
	background-color: #ffffff;
	border: 0px;
	margin: 0px 12% 0px 12%;
	padding: 0px 0px 0px 0px;
	text-align: center;
	vertical-align: top;
	border-collapse: collapse;
	empty-cells: show;
}

.imatgeContenidorOpcioN1Accessible {
	background-color: transparent;
	text-align: right;
	float: left;
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	z-index: 2000; /* per a que es visualitzin les ombres en Opera. Aleshores ja no cal posar la div imatgeContenidorMarc */
}

.imatgeContenidorOpcioN1AccessibleMarc{
	/*width: 0px;*/
	background-color: transparent;
	clear: both;
	margin: 0px 7px 0px 0px;
	padding: 0px 0px 0px 0px;
	z-index: 2001;
}
.imatgeContenidorOpcioN1AccessibleMarcBottom{
	background-image: url(../cat/imgpcn/img/MenuAccessible/menuNivell1/bgBottom.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	background-color: transparent;
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	z-index: 2002;
}

.imatgeContenidorOpcioN1AccessibleMarcRight{
	background-image: url(../cat/imgpcn/img/MenuAccessible/menuNivell1/bgRight.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-color: transparent;
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	z-index: 2003;
}

.imatgeContenidorOpcioN1AccessibleMarcTopITEM01{
	background-image: url(../cat/imgpcn/img/MenuAccessible/menuNivell1/bgTopITEM01.gif);
	background-repeat: no-repeat;
	background-position: top right;
	background-color: transparent;
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	z-index: 2005;
}
.imatgeContenidorOpcioN1AccessibleMarcTopITEM02{
	background-image: url(../cat/imgpcn/img/MenuAccessible/menuNivell1/bgTopITEM02.gif);
	background-repeat: no-repeat;
	background-position: top right;
	background-color: transparent;
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	z-index: 2005;
}
.imatgeContenidorOpcioN1AccessibleMarcTopITEM03{
	background-image: url(../cat/imgpcn/img/MenuAccessible/menuNivell1/bgTopITEM03.gif);
	background-repeat: no-repeat;
	background-position: top right;
	background-color: transparent;
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	z-index: 2005;
}
.imatgeContenidorOpcioN1AccessibleMarcTopITEM04{
	background-image: url(../cat/imgpcn/img/MenuAccessible/menuNivell1/bgTopITEM04.gif);
	background-repeat: no-repeat;
	background-position: top right;
	background-color: transparent;
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	z-index: 2005;
}
.imatgeContenidorOpcioN1AccessibleMarcTopITEM05{
	background-image: url(../cat/imgpcn/img/MenuAccessible/menuNivell1/bgTopITEM05.gif);
	background-repeat: no-repeat;
	background-position: top right;
	background-color: transparent;
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	z-index: 2005;
}
.imatgeContenidorOpcioN1AccessibleMarcTopITEM06{
	background-image: url(../cat/imgpcn/img/MenuAccessible/menuNivell1/bgTopITEM06.gif);
	background-repeat: no-repeat;
	background-position: top right;
	background-color: transparent;
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	z-index: 2005;
}

.imatgeContenidorOpcioN1AccessibleMarcLeft{
	background-image: url(../cat/imgpcn/img/MenuAccessible/menuNivell1/bgLeft.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-color: transparent;
	clear: both;
	z-index: 2006;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.imatgeContenidorOpcioN1AccessibleText{
	background-color: transparent;
	clear: both;
	z-index: 2007;
	margin: 0px 0px 0px 0px;
	padding: 65px 10px 14px 15px;
	width: 90px;

	background-image: url("/cat/imgpcn/img/MenuAccessible/menuNivell1/fletxaN1.gif");
	background-position: top left;
	background-repeat: no-repeat;

	color: #544B47; /*R128 G19 B20*/
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	}

.imatgeContenidorOpcioN1AccessibleText a{
	color: #544B47; /*R128 G19 B20*/
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	}
.imatgeContenidorOpcioN1AccessibleText a:link{color: #544B47; /*R128 G19 B20*/}
.imatgeContenidorOpcioN1AccessibleText a:visited{color: #544B47; /*R128 G19 B20*/}
.imatgeContenidorOpcioN1AccessibleText a:active{color: #000000; /*R128 G19 B20*/}
.imatgeContenidorOpcioN1AccessibleText a:hover{color: #000000; /*R0 G0 B0*/}


.imatgeContenidorOpcioN1AccessibleText a.Actiu{
	color: #801314; /*R128 G19 B20*/
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	}
.imatgeContenidorOpcioN1AccessibleText a.Actiu:link{color: #801314; /*R128 G19 B20*/}
.imatgeContenidorOpcioN1AccessibleText a.Actiu:visited{color: #801314; /*R128 G19 B20*/}
.imatgeContenidorOpcioN1AccessibleText a.Actiu:active{color: #000000; /*R128 G19 B20*/}
.imatgeContenidorOpcioN1AccessibleText a.Actiu:hover{color: #000000; /*R0 G0 B0*/}



/* ***************************************** */
/* *********** BOTONERA SUPERIOR *********** */
/* ***************************************** */

.divZonaBaccesible{
	width: 100%;
	height: 21px;
	background-color: #841010;
	border: 0px;
	margin: 4px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	vertical-align: top;
	border-collapse: collapse;
}


a.botoZonaBaccesible{
	font: bold 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 19px;
	text-decoration: none;
	color: #DFDFDF; 
	text-align: justify;
	background-color: #9C3C42;
	margin: 0px 3px 0px 3px;
	padding: 2px 2px 4px 5px;
	border-left: 1px solid #DEBABD;
	border-top: 1px solid #DEBABD;
	border-bottom: 1px solid #521818;
	border-right: 1px solid #521818;
}
a.botoZonaBaccesible:link{
	color: #DFDFDF;
}
a.botoZonaBaccesible:visited{
	color: #DFDFDF;
}
a.botoZonaBaccesible:active{
	color: #ffffff;
}
a.botoZonaBaccesible:hover{
	color: #ffffff;
}


a.botoZonaBaccesibleParaiE{
	font: bold 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 19px;
	text-decoration: none;
	color: #DFDFDF; 
	text-align: justify;
	background-color: #9C3C42;
	margin: 0px 3px 0px 3px;
	padding: 3px 2px 3px 5px;
	border-left: 1px solid #DEBABD;
	border-top: 1px solid #DEBABD;
	border-bottom: 1px solid #521818;
	border-right: 1px solid #521818;
}
a.botoZonaBaccesibleParaiE:link{
	color: #DFDFDF;
}
a.botoZonaBaccesibleParaiE:visited{
	color: #DFDFDF;
}
a.botoZonaBaccesibleParaiE:active{
	color: #ffffff;
}
a.botoZonaBaccesibleParaiE:hover{
	color: #ffffff;
}


a.botoZonaBaccesibleActiu{
	font: bold 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 19px;
	text-decoration: none;
	color: #DFDFDF; 
	text-align: justify;
	background-color: #4A0008;
	margin: 0px 3px 0px 3px;
	padding: 2px 2px 4px 5px;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #DEBABD;
	border-right: 1px solid #DEBABD;
}
a.botoZonaBaccesibleActiu:link{
	color: #DFDFDF;
}
a.botoZonaBaccesibleActiu:visited{
	color: #DFDFDF;
}
a.botoZonaBaccesibleActiu:active{
	border-left: 1px solid #DEBABD;
	border-top: 1px solid #DEBABD;
	border-bottom: 1px solid #521818;
	border-right: 1px solid #521818;
	background-color: #9C3C42;
	color: #ffffff;
}
a.botoZonaBaccesibleActiu:hover{
	border-left: 1px solid #DEBABD;
	border-top: 1px solid #DEBABD;
	border-bottom: 1px solid #521818;
	border-right: 1px solid #521818;
	background-color: #9C3C42;
	color: #ffffff;
}



a.botoZonaBaccesibleParaiEActiu{
	font: bold 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 19px;
	text-decoration: none;
	color: #DFDFDF; 
	text-align: justify;
	background-color: #4A0008;
	margin: 0px 3px 0px 3px;
	padding: 3px 2px 3px 5px;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #DEBABD;
	border-right: 1px solid #DEBABD;
}
a.botoZonaBaccesibleParaiEActiu:link{
	color: #DFDFDF;
}
a.botoZonaBaccesibleParaiEActiu:visited{
	color: #DFDFDF;
}
a.botoZonaBaccesibleParaiEActiu:active{
	border-left: 1px solid #DEBABD;
	border-top: 1px solid #DEBABD;
	border-bottom: 1px solid #521818;
	border-right: 1px solid #521818;
	background-color: #9C3C42;
	color: #ffffff;
}
a.botoZonaBaccesibleParaiEActiu:hover{
	border-left: 1px solid #DEBABD;
	border-top: 1px solid #DEBABD;
	border-bottom: 1px solid #521818;
	border-right: 1px solid #521818;
	background-color: #9C3C42;
	color: #ffffff;
}

/* ****************************************************************** */
/* * TAULA AMB 3 CEL:LES				              */
/* *               CEL:LA SUPERIOR: PATH i a|A|A                      */
/* *               CEL:LA INFERIOR ESQUERRA: MENU SUBOPCIONS INFERIOR */
/* *               CEL:LA INFERIOR DRETA: CONTINGUT		      */
/* ****************************************************************** */

.tableZonesCDEFGHaccessible{
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	empty-cells: hide;
	border-collapse: collapse;
}

.tableZonesCDEFGHaccessible td{
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	font: normal normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;  
	line-height: 14px;
	color: #87817E; /*R135 G129 B126*/
	vertical-align: top;
	text-align: left;
}

.tableZonesCDEFGHaccessible td.submenuEsquerra{
	width: 200px;
	/* border-right: 1px solid #841010;*/
	padding: 13px 0px 4px 10px;
}

.tableZonesCDEFGHaccessible td.path{
	border-bottom: 1px solid #841010;
}


/* CEL:LA INFERIOR ESQUERRA: MENU SUBOPCIONS INFERIOR */


.contenidorSubopcionsAccessible {
	width: 100%;
	background-color: transparent;
	text-align: right;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	z-index: 2000; /* per a que es visualitzin les ombres en Opera. Aleshores ja no cal posar la div imatgeContenidorMarc */
}

.contenidorSubopcionsAccessibleMarc{
	background-color: transparent;
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	z-index: 2001;
}
.contenidorSubopcionsAccessibleMarcBottom{
	background-image: url(../cat/imgpcn/img/MenuAccessible/menuSubopcions/bgBottom.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	background-color: transparent;
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	z-index: 2002;
}

.contenidorSubopcionsAccessibleMarcRight{
	background-image: url(../cat/imgpcn/img/MenuAccessible/menuSubopcions/bgRight.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-color: transparent;
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	z-index: 2003;
}

.contenidorSubopcionsAccessibleMarcTop{
	background-image: url(../cat/imgpcn/img/MenuAccessible/menuSubopcions/bgTop.gif);
	background-repeat: no-repeat;
	background-position: top right;
	background-color: transparent;
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	z-index: 2005;
}

.contenidorSubopcionsAccessibleMarcLeft{
	background-image: url(../cat/imgpcn/img/MenuAccessible/menuSubopcions/bgLeft.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-color: transparent;
	clear: both;
	z-index: 2006;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.contenidorSubopcionsAccessibleText{
	background-color: transparent;
	z-index: 2007;
	margin: 0px 0px 0px 0px;
	padding: 10px 20px 20px 15px;
	}

.divSubopcioAccessible{
	clear: both;
	padding: 0px 0px 5px 0px;
	z-index: 2008;
	text-align: left;
}

.subopcioAccessible{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: white;
	color: #79706A; /*R121 G112 B106*/
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	}
.subopcioAccessible:link{color: #79706A; /*R121 G112 B106*/}
.subopcioAccessible:visited{color: #79706A; /*R121 G112 B106*/}
.subopcioAccessible:active{color: #801314; /*R128 G19 B20*/}
.subopcioAccessible:hover{color: #000000; /*R0 G0 B0*/}


/* PER LA CEL:LA INFERIOR DRETA: CONTINGUTS */

h1{
	font: normal 14px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #801314; /*R128 G19 B20*/
	text-decoration:none;
	text-align:left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

h2{
	font: italic 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000; /*R0 G0 B0*/
	text-decoration:none;
	text-align:left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
   }

h3{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


/* ***************************************** */
/* ******** ZONA J TEXT PROMOCIONAL ******** */
/* ***************************************** */
.divZonaJaccessible{
	background: url(../cat/imgpcn/img/MenuAccessible/TextPromo/bg.gif);
	background-position: top right;
	background-repeat: repeat-y;
	font: normal 9px Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff; /*R255 G255 R255*/
	text-align: left;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 18px;
	vertical-align: top;
}
.divZonaJaccessible a{
	font: normal 9px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-weight: bold;
	color: #ffffff; /*R255 G255 R255*/
}
.divZonaJaccessible a:link{
	color: #ffffff; /*R255 G255 R255*/
}
.divZonaJaccessible a:visited{
	color: #ffffff; /*R255 G255 R255*/
}
.divZonaJaccessible a:active{
	color: #ffffff; /*R0 G0 B0*/
}
.divZonaJaccessible a:hover {
	color: #ffffff; /*R0 G0 B0*/
}


/* ***************************************** */
/* *********** BOTONERA INFERIOR *********** */
/* ***************************************** */

.divZonaIaccesible{
	width: 100%;
	height: 21px;
	background-color: #B0B4A3;
	border: 0px;
	margin: 4px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	vertical-align: top;
	border-collapse: collapse;
}


a.botoZonaIaccesible{
	font: bold 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 19px;
	text-decoration: none;
	color: #575C42; 
	text-align: justify;
	background-color: #CECFC6;
	margin: 0px 3px 0px 3px;
	padding: 2px 2px 4px 5px;
	border-left: 1px solid #ffffff;
	border-top: 1px solid #C6C7BD;
	border-bottom: 1px solid #9CAA84;
	border-right: 1px solid #9CAA84;
}
a.botoZonaIaccesible:link{
	color: #575C42;
}
a.botoZonaIaccesible:visited{
	color: #575C42;
}
a.botoZonaIaccesible:active{
	color: #383B2B;
}
a.botoZonaIaccesible:hover{
	color: #383B2B;
}


a.botoZonaIaccesibleParaiE{
	font: bold 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 19px;
	text-decoration: none;
	color: #575C42; 
	text-align: justify;
	background-color: #CECFC6;
	margin: 0px 3px 0px 3px;
	padding: 3px 2px 3px 5px;
	border-left: 1px solid #ffffff;
	border-top: 1px solid #C6C7BD;
	border-bottom: 1px solid #9CAA84;
	border-right: 1px solid #9CAA84;
}
a.botoZonaIaccesibleParaiE:link{
	color: #575C42;
}
a.botoZonaIaccesibleParaiE:visited{
	color: #575C42;
}
a.botoZonaIaccesibleParaiE:active{
	color: #383B2B;
}
a.botoZonaIaccesibleParaiE:hover{
	color: #383B2B;
}


a.botoZonaIaccesibleActiu{
	font: bold 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 19px;
	text-decoration: none;
	color: #000000; 
	text-align: justify;
	background-color: #CECFC6;
	margin: 0px 3px 0px 3px;
	padding: 2px 2px 4px 5px;
	border-left: 1px solid #9CAA84;
	border-top: 1px solid #9CAA84;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}
a.botoZonaIaccesibleActiu:link{
	color: #000000;
}
a.botoZonaIaccesibleActiu:visited{
	color: #000000;
}
a.botoZonaIaccesibleActiu:active{
	border-left: 1px solid #ffffff;
	border-top: 1px solid #C6C7BD;
	border-bottom: 1px solid #9CAA84;
	border-right: 1px solid #9CAA84;
	color: #383B2B;
}
a.botoZonaIaccesibleActiu:hover{
	border-left: 1px solid #ffffff;
	border-top: 1px solid #C6C7BD;
	border-bottom: 1px solid #9CAA84;
	border-right: 1px solid #9CAA84;
	color: #383B2B;
}



a.botoZonaIaccesibleParaiEActiu{
	font: bold 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 19px;
	text-decoration: none;
	color: #000000; 
	text-align: justify;
	background-color: #CECFC6;
	margin: 0px 3px 0px 3px;
	padding: 3px 2px 3px 5px;
	border-left: 1px solid #9CAA84;
	border-top: 1px solid #9CAA84;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}
a.botoZonaIaccesibleParaiEActiu:link{
	color: #000000;
}
a.botoZonaIaccesibleParaiEActiu:visited{
	color: #000000;
}
a.botoZonaIaccesibleParaiEActiu:active{
	border-left: 1px solid #ffffff;
	border-top: 1px solid #C6C7BD;
	border-bottom: 1px solid #9CAA84;
	border-right: 1px solid #9CAA84;
	color: #383B2B;
}
a.botoZonaIaccesibleParaiEActiu:hover{
	border-left: 1px solid #ffffff;
	border-top: 1px solid #C6C7BD;
	border-bottom: 1px solid #9CAA84;
	border-right: 1px solid #9CAA84;
	color: #383B2B;
}


