/***********************************************************/
/***********************************************************/
/*** LAYOUT GENERAL                                   ******/
/***********************************************************/
/***********************************************************/

BODY,html {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 100%;
	width: 100%;
	background: White;
	text-align: center;
	vertical-align: middle;
}

/* ***************************************** */
/* Definicions generals			     */
/* ***************************************** */

A img {border: none;}
.esmapa {border: none;} /*  Es una imatge que es mapa*/
.esboto {border: none;} /*  Es un boto type image*/
form {display: inline;}

textarea {white-space: pre;}

td .margeesquerra { /* Marge esquerra */
		background-color: #ebe8e2;
		width: 3%;
		}


/* Treure cellpaddings i cellspacings*/
table {
	border-spacing: 0px;
	border-collapse: collapse;
}


td { padding: 0px;}
th { padding: 0px;}

p{
	margin: 0px 0px 0px 0px;
}

/***********************************************************/
/***********************************************************/
/*** LAYER I TAULA EXTERNA. FILET NEGRE A TOT **************/
/***********************************************************/
/***********************************************************/

	/******************************************************************************/
	/************ ESPECÍFICS PER EL LAYOUT GENÈRIC (NORMAL)    ********************/
	/******************************************************************************/

	.divContenidoraDeTot {
		vertical-align: middle;
		text-align: center;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}


	/* 782x614 i no 780x612 per incloure filet negre exterior LEFT TOP i RIGHT*/
	.tableContenidoraDeTot {
		/*border: 1px solid #D8D2C6; /*R116 G210 B198*/
		border-bottom: 0px;
		border-right: 1px solid #D8D2C6; /*R116 G210 B198*/
		border-left: 1px solid #D8D2C6; /*R116 G210 B198*/
		border-top: 1px solid #D8D2C6; /*R116 G210 B198*/
/* 21/04/2005 Rafa: he canviat el width de 782px a 780px perque */
/*		    en Opera es visualitza de manera incorrecta  */
		width: 780px; /* 782px; */
		height: 591px;
		vertical-align: middle;
		text-align: center;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}

	.tableContenidoraDeTotSenseFilet {
		border: 0px;
		width: 780px;
		height: 590px;
		vertical-align: middle;
		text-align: center;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}

	/******************************************************************************/
	/************ ESPECÍFICS PER EL LAYOUT HOME                ********************/
	/******************************************************************************/

	.divContenidoraDeTotHome {
		vertical-align: middle;
		text-align: center;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}


	/* 782x571 i no 780x570 per incloure filet negre exterior LEFT TOP i RIGHT*/
	.tableContenidoraDeTotHome {
		/*border: 1px solid #D8D2C6; /*R116 G210 B198*/
		border-bottom: 0px;
		border-right: 1px solid #D8D2C6; /*R116 G210 B198*/
		border-left: 1px solid #D8D2C6; /*R116 G210 B198*/
		border-top: 1px solid #D8D2C6; /*R116 G210 B198*/
/* 21/04/2005 Rafa: he canviat el width de 782px a 780px perque */
/*		    en Opera es visualitza de manera incorrecta  */
		width: 780px;  /*782px;*/
		height: 571px;
		vertical-align: middle;
		text-align: center;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	
	.tableContenidoraDeTotHomeSenseFilet {
		border: 0px;
		width: 780px;
		height: 570px;
		vertical-align: middle;
		text-align: center;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}

/********************************************************************************************/
/********************************************************************************************/
/********************************************************************************************/
/************************ ESPEÍFICS PER EL LAYOUT GENÈRIC (NORMAL)    ***********************/
/********************************************************************************************/
/********************************************************************************************/
/********************************************************************************************/


/**********************************************/
/**********************************************/
/************ZONA A LOGOS I BANNERS************/
/**********************************************/
/**********************************************/
.tableContenidoraZonaA{
	border: 0px;
	width: 100%; /* Era 780px, pero a 100% per la versió accessible*/
	height: 108px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	empty-cells: show;
}

.tableContenidoraZonaA td.colLogo{
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 21px 0px 0px 19px;
	vertical-align: top;
}

.tableContenidoraZonaA td.colLogo img{
	border: 0px;
}


.tableContenidoraZonaA td.casellaBuida{
	width: 100%;
	text-align: right;
	vertical-align: bottom;
	padding-right: 20px;
	padding-bottom: 9px;
}

.tableContenidoraZonaA td.colBanner{
	text-align: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 12px 0px 0px;
}

.tableContenidoraZonaA td.colBanner img{
	border: 0px;
}


/************************************************/
/************************************************/
/************ZONA B BOTONERA SUPERIOR************/
/************************************************/
/************************************************/
.tableContenidoraZonaB{
	width: 780px;
	height: 19px;
	background-color: #801314; /*R128 G19 B20*/
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px;
}
.tableContenidoraZonaB td.opcio{
	height: 19px;
}

.tableContenidoraZonaB td.input{
	/*Forçem un font size, perquè els espais en blanc dins 
	  la TD generaven una alçada de la cel.la que depenia
	  del tamany de la font que tinguèssis configurada en 
	  iExplorer --> Ver --> Tamanyo del texto
	*/
	font: normal normal 9px Verdana, Geneva, Arial, Helvetica, sans-serif;  
	height: 19px;
	vertical-align: middle;
	text-align: center;
	background: url(../cat/imgpcn/img/BotoneraSup/background.gif);
}
.tableContenidoraZonaB td.inputseparador{
	height: 19px;
	width: 6px;
	background: url(../cat/imgpcn/img/BotoneraSup/background.gif);
}
.tableContenidoraZonaB td.inputborderright{
	width: 1px;
	height: 19px;
	vertical-align: middle;
	text-align: center;
	background: url(../cat/imgpcn/img/BotoneraSup/backgroundright.gif);
}
.formCercadorGral{
	margin: 0px;		
}
/**** No es pot fer amb "formCercadorGral input", ja que hi han TD class per mig, i amb Mozilla no anava****/
.formCercadorGralInput{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #87817E; /*R135 G129 B126*/
	text-decoration:none;
	text-align:left;
	font-weight:normal;
	border-bottom: 1px solid #511B1E;
	border-right: 1px solid #511B1E;
	border-left: 1px solid #D9B9B9;
	border-top: 1px solid #D9B9B9;
	height: 9px;
	width: 74px;
	vertical-align: middle;
}
.tableContenidoraZonaB td.separador9{
	width: 9px;
	height: 19px;
}
.tableContenidoraZonaB td.separador10{
	width: 10px;
	height: 19px;
}
.tableContenidoraZonaB td.separador19{
	width: 19px;
	height: 19px;
}
.tableContenidoraZonaB td.separador21{
	width: 21px;
	height: 19px;
}

/************************************************/
/************************************************/
/***********ZONA C IMATGE RELACIONADA************/
/************************************************/
/************************************************/
/*
  En principi, aquesta class no cal, ja que és l'editor
  d'NTpaginasIMGPCN qui ho fixa directament al TAG IMG que genera
*/
.imgZonaC {
	width: 780px;
	height: 147px;
	border:0px;
}

/************************************************/
/************************************************/
/************ZONA D+J+E+F+G+H********************/
/************************************************/
/************************************************/
.tableContenidoraZonaDJEFGH{
	border: 0px;
	width: 780px;
	height: 297px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
  	/*background: orange;*/
}

.tableContenidoraZonaDJEFGH td.zonaDJ{
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 1%;
	vertical-align: top;
	/*background: green;*/
}

.tableContenidoraZonaDJEFGH td.separador{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 20px;
	/*background: yellow;*/
}

.tableContenidoraZonaDJEFGH td.separadorAmbPaginadorEntreNavegadorIContingut{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 19px 0px;
	width: 1%;
	text-align: left;       
	vertical-align: bottom;  
	/*background: red;*/
}


.tableContenidoraZonaDJEFGH td.zonaEFGH{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	vertical-align: top;
	text-align: right;
	/*background: blue;*/
}


	/******************************************************************************/
	/************ZONA D+J NAVEGADOR CENTRAL + TEXT PROMOCIONAL ********************/
	/******************************************************************************/
	.tableContenidoraZonaDJ{
		border: 0px;
		width: 379px;
		height: 297px;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
	}
	   /*********************************************************/
	   /************ZONA D NAVEGADOR CENTRAL ********************/
	   /*********************************************************/
	   .tableContenidoraZonaDJ td.zonaD{
		width: 379px;
		height: 236px;
		text-align: left;
		padding: 21px 0px 0px 19px;
		margin: 0px 0px 0px 0px;
		vertical-align: top;
	   }


		/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
		/******** NAVEGADOR CENTRAL: TABLE DE PESTANYES i TITOL SUPERIOR *********/
		/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
		.taulaNavegadorPestanyes{
			border: 0px;
			margin: 21px 0px 0px 19px;
			padding: 0px 0px 0px 0px;
			border-spacing: 0px;
			width: 374px;
		}

		.divTriangleOverPestanyes{
			background-image: url(../cat/imgpcn/img/Navegador/triangle_over_pestanyes_gris.gif);
			background-repeat: no-repeat;
			background-position: top left;
			margin: 0px 0px 0px 0px;
			padding: 0px 0px 0px 0px;
			position: absolute;
			width: 5px;
			height: 10px;
			z-index:2000;
		}


		/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
		/******** NAVEGADOR CENTRAL: PANELL OPCIONS ******************************/
		/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
		.navegadorDivMarc{
			background-image: url(../cat/imgpcn/img/Navegador/marcinferior.gif);
			background-repeat: no-repeat;
			background-position: bottom left;
			width: 368px;
			padding: 10px 10px 16px 10px;
			float: left;
			/*
			  Els següents paràmetres són útils només per l'AGENDA
			  ja que hin han resultats mostrats dins la pastilla
			*/
			font: normal normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;  
			line-height: 14px;
			color: #87817E; /*R135 G129 B126*/
		}

		.navegadorDivMenuEsquerra{
			float: left;
		}


		/*per què fem aquestes 2 classes, i no canviem simplement la visibilitat dinàmicament?	*/
		/*perquè la posició relativa en un hideen es descuajaringa la maquetació.		*/
		/*així que la visible és relativa, però les hiddens són absolutes:			*/

		.navegadorDivMenuDretaVisible{
			background-image: url(../cat/imgpcn/img/Navegador/puntejat_vertical.gif);
			background-repeat: repeat-y;
			background-position: top left;
			float: left;
			padding: 0px 10px 0px 0px;
			visibility: visible;
		}
		.navegadorDivMenuDretaNoVisible{
			visibility: hidden;
			position: absolute;
		}

		.navegadorDivMenuDretaTreureUltimsPuntetsVerticals{
			background-image: url(../cat/imgpcn/img/Navegador/puntejat_vertical_blanc_final.gif);
			background-repeat: no-repeat;
			background-position: bottom left;
			float: left;
			margin: 0px 0px 0px 0px;
		}


		.navegadorDivMenuDretaNoTreureUltimsPuntetsVerticals{
			background-image: url(../cat/imgpcn/img/Navegador/puntejat_vertical_transpa_final.gif);
			background-repeat: no-repeat;
			background-position: bottom left;
			float: left;
			margin: 0px 0px 0px 0px;
		}


		.navegadorDivOpcio{
			width: 167px;
			clear: both;
			margin-top: 3px;
			margin-bottom: 3px; 
			margin-left: 0px; 
		}

		.navegadorDivOpcioAmbPuntejat{
			width: 167px;
			background-image: url(../cat/imgpcn/img/Navegador/puntejat_horitzontal.gif); 
			background-position: top left;
			background-repeat: repeat-x;
			clear: both;
			margin-top: 3px;
			margin-bottom: 3px;
		}

		.navegadorDivSubOpcio{
			width: 167px;
			clear: both;
			margin-top: 3px;
			margin-bottom: 3px; 
			margin-left: 10px; 
		}


			/*El disseny definitiu de l'Agenda, diu que a l'esquerra*/
			/*  surten detacades les 2 primeres exposicions, dins la caixa*/
			/*  del navegador central. Per això aquesta variant:*/
			.navegadorDivExposiconsAgenda{
				margin-right: 30px; 
				color: #79706A; /*R121 G112 B106*/
				font-weight: bold;
				text-decoration: none;
				font-size: 11px;
				font-family: Arial, Helvetica, sans-serif;
			}

		/******* CLASSes per opcions de menu esquerra (opcions del panell)******/
		.navegadorClassOpcioInctiva{
			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;
			}
		.navegadorClassOpcioInctiva:link{color: #79706A; /*R121 G112 B106*/}
		.navegadorClassOpcioInctiva:visited{color: #79706A; /*R121 G112 B106*/}
		.navegadorClassOpcioInctiva:active{color: #801314; /*R128 G19 B20*/}
		.navegadorClassOpcioInctiva:hover{color: #000000; /*R0 G0 B0*/}

		.navegadorClassOpcioActiva{
			background-image: url(../cat/imgpcn/img/Navegador/fletxa_opcio_activa.gif);
			background-position: top left;
			background-repeat: no-repeat;
			padding: 0px 7px 0px 9px;
			background-color: white;
			color: #801314; /*R128 G19 B20*/
			font-weight: bold;
			text-decoration: none;
			font-size: 11px;
			font-family: Arial, Helvetica, sans-serif;
			}
		.navegadorClassOpcioActiva:link{color: #801314; /*R128 G19 B20*/}
		.navegadorClassOpcioActiva:visited{color: #801314; /*R128 G19 B20*/}
		.navegadorClassOpcioActiva:active{color: #801314; /*R128 G19 B20*/}
		.navegadorClassOpcioActiva:hover{color: #000000; /*R0 G0 B0*/}

		
		/****** CLASSes per opcions de menu dret (subopcions del panell) *******/
		.navegadorClassSubOpcioInctiva{
			color: #79706A; /*R121 G112 B106*/
			font-weight: bold;
			text-decoration: none;
			font-size: 11px;
			font-family: Arial, Helvetica, sans-serif;
			padding-left: 0px; /*Per separar-se del puntejat*/
			}
		.navegadorClassSubOpcioInctiva:link{color: #79706A; /*R121 G112 B106*/}
		.navegadorClassSubOpcioInctiva:visited{color: #79706A; /*R121 G112 B106*/}
		.navegadorClassSubOpcioInctiva:active{color: #79706A; /*R128 G19 B20*/}
		.navegadorClassSubOpcioInctiva:hover{color: #000000; /*R0 G0 B0*/}

		.navegadorClassSubOpcioActiva{
			color: #801314; /*R128 G19 B20*/
			font-weight: bold;
			text-decoration: none;
			font-size: 11px;
			font-family: Arial, Helvetica, sans-serif;
			padding-left: 0px; /*Per separar-se del puntejat*/
			}
		.navegadorClassSubOpcioActiva:link{color: #801314; /*R128 G19 B20*/}
		.navegadorClassSubOpcioActiva:visited{color: #801314; /*R128 G19 B20*/}
		.navegadorClassSubOpcioActiva:active{color: #801314; /*R128 G19 B20*/}
		.navegadorClassSubOpcioActiva:hover{color: #000000; /*R0 G0 B0*/}



		/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
		/********** PASTILLA SOTA NAVEGADOR CENTRAL ******************************/
		/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

		.panellSotaNavegador {
			clear: both;
			margin: 0px 0px 0px 0px;
			padding: 0px 0px 0px 0px;
			position:absolute;
			left:0px;
			top:0px;
			z-index:2000;
		}

		.panellSotaNavegadorMarcBottom{
			background-image: url(../cat/imgpcn/img/panellSotaNavegador/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: 2001;
		}

		.panellSotaNavegadorMarcRight{
			background-image: url(../cat/imgpcn/img/panellSotaNavegador/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: 2002;
		}

		.panellSotaNavegadorMarcTop{
			background-image: url(../cat/imgpcn/img/panellSotaNavegador/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: 2003;
		}

		.panellSotaNavegadorMarcLeft{
			background-image: url(../cat/imgpcn/img/panellSotaNavegador/bgLeft.gif);
			background-repeat: no-repeat;
			background-position: bottom left;
			background-color: transparent;
			clear: both;
			z-index: 2004;
			text-align: left;
			padding: 0px 0px 0px 0px;
			margin: 0px 0px 0px 0px;
		}

		.panellSotaNavegadorDivOpcions{
			clear: both;
			z-index: 2005;
			text-align: left;
			/*padding: 10px 10px 16px 10px;*/
			padding: 8px 10px 18px 10px;
			margin: 0px 0px 0px 0px;
		}


		.panellSotaNavegadorDivOpcio{
			clear: both;
			padding: 0px 10px 0px 0px;
			z-index: 2006;
			text-align: left;
		}

		/******* CLASSes per opcions de la pastilla sota navegador central**********/
		.panellSotaNavegadorDivOpcio a{
			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;
			line-height: 17px;
			font-family: Arial, Helvetica, sans-serif;
			}
		.panellSotaNavegadorDivOpcio a:link{color: #79706A; /*R121 G112 B106*/}
		.panellSotaNavegadorDivOpcio a:visited{color: #79706A; /*R121 G112 B106*/}
		.panellSotaNavegadorDivOpcio a:active{color: #801314; /*R128 G19 B20*/}
		.panellSotaNavegadorDivOpcio a:hover{color: #000000; /*R0 G0 B0*/}

		.panellSotaNavegadorDivOpcio a.actiu{
			margin: 0px 0px 0px 0px;
			padding: 0px 0px 0px 0px;
			background-color: white;
			color: #801314; /*R128 G19 B20*/
			font-weight: bold;
			text-decoration: none;
			font-size: 11px;
			line-height: 17px;
			font-family: Arial, Helvetica, sans-serif;
			}
		.panellSotaNavegadorDivOpcio a.actiu:link{color: #801314; /*R128 G19 B20*/}
		.panellSotaNavegadorDivOpcio a.actiu:visited{color: #801314; /*R128 G19 B20*/}
		.panellSotaNavegadorDivOpcio a.actiu:active{color: #801314; /*R128 G19 B20*/}
		.panellSotaNavegadorDivOpcio a.actiu:hover{color: #000000; /*R0 G0 B0*/}



	   /*********************************************************/
	   /************ZONA J TEXT PROMOCIONAL ********************/
	   /*********************************************************/
	   .tableContenidoraZonaDJ td.zonaJ{
		font: normal 9px Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-weight: bold;
		color: #ffffff; /*R255 G255 R255*/
		width: 379px;
		height: 14px;
		text-align: left;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		vertical-align: top;
	   }

	   .divZonaJsup{
		background: url(../cat/imgpcn/img/TextPromo/bg.gif);
		background-position: top left;
		background-repeat: no-repeat;
		position:relative;
		width:379px;
		height:14px;
		overflow:hidden;
	   }
	   
	   .divZonaJsupHidden{
		visibility: hidden;
	   }	   

	   .divZonaJ{
		position:absolute;
		left:0px;
		top:0px;
		width:100%;
		font: normal 9px Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-weight: bold;
		color: #ffffff; /*R255 G255 R255*/
		height: 14px;
		text-align: left;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 18px;
		vertical-align: top;
	   }

	   .divZonaJ a{
		font: normal 9px Verdana, Geneva, Arial, Helvetica, sans-serif;
		text-decoration:none;
		font-weight: bold;
		color: #ffffff; /*R255 G255 R255*/
	   }

	   .divZonaJ a:link{
		color: #ffffff; /*R255 G255 R255*/
	   }

	   .divZonaJ a:visited{
		color: #ffffff; /*R255 G255 R255*/
	   }
	   .divZonaJ a:active{
		color: #ffffff; /*R0 G0 B0*/
	   }
	   .divZonaJ a:hover {
		color: #ffffff; /*R0 G0 B0*/
	   }
   
	   /*********************************************************/
	   /************ESPAI BLANC SOTA ZONA J TEXT PROMOCIONAL ********************/
	   /*********************************************************/
	   .tableContenidoraZonaDJ td.espaiinferior{
		height: 26px;
		/*background: yellow;*/
	   }


	/******************************************************************************/
	/****ZONA E+F+G+H SUBAPARTATS, TITOL TEXT, PAGINACIO, DOCUMENTACIO RELACIONADA**/
	/******************************************************************************/

   	.tableContenidoraZonaEFGH{
		width: 100%;
		/*ABANS de existir el estil tableContenidoraZonaDJEFGH td.separadorAmbPaginadorEntreNavegadorIContingut
		  hi havia 
		  width: 350px; No podem posar 371, pels 21px de padding dret!!!!
		*/
		height: 297px;
   	}

   	.tableContenidoraZonaEFGH td.zonaEF{
		padding: 21px 21px 0px 0px;
		margin: 0px 0px 0px 0px;
		vertical-align: top;
   	}

   	.tableContenidoraZonaEFGH td.zonaGH{
		padding: 0px 21px 14px 0px;
		margin: 0px 0px 0px 0px;
		vertical-align: bottom;
   	}


	   /*********************************************************/
	   /************ZONA E SUBAPARTATS SOBRE TITOL **************/
	   /*********************************************************/

	   .divZonaESubapartats{
		font: normal 12px Arial, Helvetica, sans-serif;
		font-weight: bold;
		color: #87817E; /*R135 G129 B126*/
		text-decoration:none;
		text-align:right;
		margin: 0px 0px 10px 0px;
		padding: 0px 0px 0px 0px;
		background-color: white;
	   }

	   .divZonaESubapartats a{
		font: normal 12px Arial, Helvetica, sans-serif;
		font-weight: bold;
		color: #87817E; /*R135 G129 B126*/
		text-decoration:none;
		text-align:right;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		background-color: white;
	   }
	   .divZonaESubapartats a:link{
		color: #87817E; /*R135 G129 B126*/
	   }

	   .divZonaESubapartats a:visited{
		color: #87817E; /*R135 G129 B126*/
	   }
	   .divZonaESubapartats a:active{
		color: #801314; /*R128 G19 B20*/
	   }
	   .divZonaESubapartats a:hover {
		color: #000000; /*R0 G0 B0*/
	   }

	   .divZonaESubapartats a.actiu{
		font: normal 12px Arial, Helvetica, sans-serif;
		font-weight: bold;
		color: #801314; /*R128 G19 B20*/
		text-decoration:none;
		text-align:right;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		background-color: white;
	   }
	   .divZonaESubapartats a.actiu:link{
		color: #801314; /*R128 G19 B20*/
	   }

	   .divZonaESubapartats a.actiu:visited{
		color: #801314; /*R128 G19 B20*/
	   }
	   .divZonaESubapartats a.actiu:active{
		color: #801314; /*R128 G19 B20*/
	   }
	   .divZonaESubapartats a.actiu:hover {
		color: #000000; /*R0 G0 B0*/
	   }


	   /*********************************************************/
	   /************ZONA F TITOL i TEXT DE CONTINGUT ************/
	   /*********************************************************/

	   .divZonaFtitolPrincipal{
		font: normal 14px Arial, Helvetica, sans-serif;
		font-weight: bold;
		color: #801314; /*R128 G19 B20*/
		text-decoration:none;
		text-align:right;
		margin: -3px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		background-color: white;
	   }

	   .divZonaFsubtitolPrincipal{
		font: italic 12px Arial, Helvetica, sans-serif;
		font-weight: bold;
		color: #000000; /*R0 G0 B0*/
		text-decoration:none;
		text-align:right;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		background-color: white;
	   }

	   .divZonaFtext{
		font: normal normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;  
		line-height: 14px;
		color: #87817E; /*R135 G129 B126*/
		text-align:right;
		margin: 10px 0px 10px 0px;
		padding: 0px 0px 0px 0px;
		background-color: white;
	   }

	   .divZonaFtextPerLineasFotosPerDretaNoiExplorer{
		font: normal normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;  
		line-height: 14px;
		color: #87817E; /*R135 G129 B126*/
		text-align:right;
		margin: 10px -12px 10px 0px;
		padding: 0px 0px 0px 0px;
		background-color: white;
	   }

		/******************************************************/
		/******** LAYOUTS ESPECÍFICS D'ACTIVITATS PEDAG *******/
		/******************************************************/

		/******** ÍNDEX ACTIVITATS PEDAGÒGIQUES *******/

		.divZonaFtextIndexIndexNivells45{
			font: normal normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;  
			line-height: 14px;
			color: #87817E; /*R135 G129 B126*/
			margin: 18px 0px 10px 0px;
			padding: 0px 0px 0px 0px;
			background-color: white;
	        }

		.tableIndexIndexNivells45{
		    width: 332px; 
		    border: 0px;
		}
		.tableIndexIndexNivells45 td.columnaEsquerra{
			width: 50%;
			padding: 0px 6px 0px 0px;
			background-color: white;	
			vertical-align: top;
			text-align: left;
		}
			
		.tableIndexIndexNivells45 td.columnaDreta{
			width: 50%;
			padding: 0px 0px 0px 6px;
			background-color: white;
			vertical-align: top;
			text-align: left;
		}


		.tableIndexIndexNivells45ItemsN5{
			margin: 0px 0px 11px 0px;
			padding: 0px 0px 0px 0px;
		        border: 0px;
		}
		.tableIndexIndexNivells45ItemsN5 td.index{
			/*padding: 0px 3px 0px 0px;*/
			background-color: white;	
			vertical-align: top;
			text-align: left;
			font: normal normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;  
			line-height: 14px;
			color: #87817E; /*R135 G129 B126*/

		}
		.tableIndexIndexNivells45ItemsN5 td.itemsN5{
			/*padding: 0px 14px 0px 3px;*/
			background-color: white;
			vertical-align: top;
			text-align: left;
		}

		.tableIndexIndexNivells45ItemsN5aligndreta{
			margin: 9px 0px 11px 0px;
			padding: 0px 0px 0px 0px;
		        border: 0px;
		        width:100%;
		}
		
		.tableIndexIndexNivells45ItemsN5aligndreta td.index{
			/*padding: 0px 3px 0px 0px;*/
			background-color: white;	
			vertical-align: top;
			text-align: right;
			font: normal normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;  
			line-height: 14px;
			color: #87817E; /*R135 G129 B126*/

		}
		.tableIndexIndexNivells45ItemsN5aligndreta td.itemsN5{
			/*padding: 0px 14px 0px 3px;*/
			background-color: white;
			vertical-align: top;
			text-align: right;
		}

		.subtitIndexNivells45 {
			font: normal 12px Arial, Helvetica, sans-serif;
			line-height: 15px;
			font-weight: bold;
			text-decoration: none;
			color: #87817E; /*R135 G129 B126 No és com el subtit verd*/
		}
		
		
		
		.subtitIndexNivells45:link{
			color: #87817E; /*R135 G129 B126*/
		}
		
		.subtitIndexNivells45:visited{
			color: #87817E; /*R135 G129 B126*/
		}
		
		.subtitIndexNivells45:active{
			color: #87817E; /*R0 G0 B0*/
		}
		
		.subtitIndexNivells45:hover {
			color: #000000; /*R0 G0 B0*/
		}



		/******** CONTINGUT ACTIVITAT PEDAGÒGICA *******/
		.tableZonaFtitolActivitatPedagogica{
			width: 352px; 
			margin: -4px 0px 0px 0px;
		}
		
		.tableZonaFtitolActivitatPedagogica td.titol{
			background-image: url(../cat/imgpcn/img/ActivitatsPedag/filettitol.gif); 
			background-position: bottom right;
			background-repeat: repeat-x;
			text-align:left;
			clear: both;
		}

		.tableZonaFtitolActivitatPedagogica td.icoinfo{
			width: 17px;  /*5 d'espai + 17 de l'ico INFO*/
			height: 17px;
			vertical-align: bottom;
			padding: 0px 0px 3px 5px;
		}

		.titolPrincipalZonaFActivitatPedagogica{
			font: normal 22px Helvetica, Arial, sans-serif;
			line-height: 25px;
			font-weight: bold;
			color: #958A81; /*R149 G138 B129*/
			text-decoration:none;
			text-align:left;
			padding: 0px 5px 0px 0px;
			background-color: white;
		}

		.divZonaFtextActivitatPedagogica{
			font: normal normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;  
			line-height: 14px;
			color: #87817E; /*R135 G129 B126*/
			text-align:left;
			margin: 20px 0px 0px 0px;
			padding: 0px 0px 0px 0px;
			background-color: white;
		}

		/******** INFO ACTIVITAT PEDAGÒGICA *******/

		.tableZonaFtitolActivitatPedagogica td.titolInfo{
			/*Apriofitem l'estil tableZonaFtitolActivitatPedagogica d'adalt
			/*però definim un subestil TD nou*/
			text-align:left;
			clear: both;
		}

		.tableZonaFfitxaInfo{
			width: 339px; 
			margin: 0px -10px 0px 0px;
			background-color: #EBE8E3 /*R235 G232 B227*/
		}

		.tableZonaFfitxaInfo td.iconaTancar{
			width: 339px; 
			height: 17px;
			background-image: url(../cat/imgpcn/img/ActivitatsPedag/fitxaBgTop.gif); 
			background-position: top left;
			background-repeat: no-repeat;
			clear: both;
			padding: 0px 5px 0px 0px;
			text-align:right;
		}

		.tableZonaFfitxaInfo td.topLeft{
			width: 117px; 
			/*Generem un height mínim, perquè es vegi la "I" senzera,
			  i com a mínim 12 PX per sobra del text ampliació
			*/
			height: 94px; 
			background-image: url(../cat/imgpcn/img/ActivitatsPedag/fitxaBgTopLeft.gif); 
			background-position: top left;
			background-repeat: no-repeat;
			clear: both;
			padding: 0px 0px 0px 18px;
			font: normal 9px Verdana, Geneva, Arial, Helvetica, sans-serif;
			line-height: 12px;
			color: #88776F; /*R136 G119 B111*/
			font-weight: bold;
			text-decoration:none;
			text-align:left;
			vertical-align: top;
		}

		.tableZonaFfitxaInfo td.topRight{
			width: 222px; 
			/*El mateix height que a Left*/
			height: 94px;
			background-image: url(../cat/imgpcn/img/ActivitatsPedag/fitxaBgTopRight.gif); 
			background-position: top right;
			background-repeat: no-repeat;
			text-align:left;
			clear: both;
			padding: 0px 0px 0px 0px;
			font: normal 9px Verdana, Geneva, Arial, Helvetica, sans-serif;
			line-height: 12px;
			color: #88776F; /*R136 G119 B111*/
			text-decoration:none;
			text-align:left;
			vertical-align: top;
		}

		.tableZonaFfitxaInfo td.bottomTop{
			width: 339px; 
			height: 4px;
			background-image: url(../cat/imgpcn/img/ActivitatsPedag/fitxaBgBottomTop.gif); 
			background-position: top;
			background-repeat: no-repeat;
		}

		.tableZonaFfitxaInfo td.bottomMid{
			width: 339px; 
			background-image: url(../cat/imgpcn/img/ActivitatsPedag/fitxaBgBottomMid.gif); 
			background-position: bottom;
			background-repeat: repeat-y;
			text-align:left;
			clear: both;
			padding: 0px 17px 0px 17px;
			font: normal 9px Verdana, Geneva, Arial, Helvetica, sans-serif;
			line-height: 12px;
			color: #88776F; /*R136 G119 B111*/
			text-decoration:none;
			text-align:left;
			vertical-align: top;
		}
		
		.tableZonaFfitxaInfo td.bottomBottom{
			width: 339px; 
			height: 11px;
			background-image: url(../cat/imgpcn/img/ActivitatsPedag/fitxaBgBottomBottom.gif); 
			background-position: bottom;
			background-repeat: no-repeat;
		}


		
	   /*********************************************************/
	   /************ZONA G PAGINACIÓ CONTINGUT ******************/
	   /*********************************************************/

	   .divZonaGpaginacioAmbLeftAlign{
		font: normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
		color: #87817E; /*R135 G129 B126*/
		text-decoration:none;
		text-align:left;
		margin: 0px 0px 6px 0px;
		padding: 0px 0px 0px 0px;
		/*background-color: white;*/
	   }

	   .divZonaGpaginacio{
		font: normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
		color: #87817E; /*R135 G129 B126*/
		text-decoration:none;
		text-align:right;
		margin: 0px 0px 6px 0px;
		padding: 0px 0px 0px 0px;
		/*background-color: white;*/
	   }

	   /*********************************************************/
	   /************ZONA H DOCUMENTACIÓ RELACIONADA *************/
	   /*********************************************************/

	   .divZonaHdocumentacio{
		font: normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
		height: 14px;
		line-height: 14px;
		color: #87817E; /*R135 G129 B126*/
		text-decoration:none;
		text-align:right;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		background-color: white;
	   }

	   .divZonaHdocumentacio a{
		font: normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
		line-height: 14px;
		color: #87817E; /*R135 G129 B126*/
		text-decoration:underline;
		text-align:right;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		background-color: white;
	   }
	   .divZonaHdocumentacio a:link{
		color: #87817E; /*R135 G129 B126*/
	   }

	   .divZonaHdocumentacio a:visited{
		color: #87817E; /*R135 G129 B126*/
	   }
	   .divZonaHdocumentacio a:active{
		color: #000000; /*R128 G19 B20*/
	   }
	   .divZonaHdocumentacio a:hover {
		color: #000000; /*R0 G0 B0*/
	   }	



/************************************************/
/************************************************/
/************ZONA I BOTONERA INFERIOR************/
/************************************************/
/************************************************/
.tableContenidoraZonaI{
	width: 780px;
	height: 19px;
	background-color: #B0B4A3;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px;
}

.tableContenidoraZonaI td.opcio{
	/*Forçem un font size, perquè els espais en blanc dins 
	  la TD generaven una alçada de la cel.la que depenia
	  del tamany de la font que tinguèssis configurada en 
	  iExplorer --> Ver --> Tamanyo del texto
	*/
	font: normal normal 9px Verdana, Geneva, Arial, Helvetica, sans-serif;  
	height: 19px;
}

.tableContenidoraZonaI td.separador18{
	width: 18px;
	height: 19px;
}

.tableContenidoraZonaI td.separador22{
	width: 22px;
	height: 19px;
}

.tableContenidoraZonaI td.sites{
	width: 105px;
	height: 19px;
	text-align: right;
}

.tableContenidoraZonaI td.separadorSites{
	width: 9px;
	height: 19px;
	background: url(../cat/imgpcn/img/BotoneraInf/site_separador.gif);
}



/********************************************************************************************/
/********************************************************************************************/
/********************************************************************************************/
/************************ ESPEÍFICS PER EL LAYOUT HOME **************************************/
/************************ Aquest layout pot utilitzar classes del GENÈRIC(NORMAL) ***********/
/********************************************************************************************/
/********************************************************************************************/


/**********************************************/
/**********************************************/
/*********** ZONA C-HOME **********************/
/*********** NAVEGADOR CENTRAL DE LA HOME *****/
/**********************************************/
/**********************************************/
.tableContenidoraZonaCHome{
	border: 0px;
	width: 780px;
	height: 192px;
	margin: 13px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.tableContenidoraZonaCHome td.separador18{
	width: 18px;
	height: 192px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
}

.tableContenidoraZonaCHome td.opcio{
	width: 125px;
	height: 192px;
	vertical-align: top;
}

.tableContenidoraZonaCHome td.separador14{
	width: 14px;
	height: 192px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
}


/**********************************************/
/**********************************************/
/*********** ZONA D-HOME **********************/
/*********** TEXT PRESENTACIÓ  ****************/
/**********************************************/
/**********************************************/
.tableContenidoraZonaDHome{
	border: 0px;
	width: 780px;
	height: 213px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}



.tableContenidoraZonaDHomeAux{
	border: 0px;
	width: 780px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


.tableContenidoraZonaDHomeAux td.titulo{
	width: 100%;
	text-align: left;
	padding-left: 173px;
	padding-bottom: 10px;
}

.tableContenidoraZonaDHomeAux td.columnaTexto{
	width: 428px;
	padding-left: 206px;
	padding-right: 146px;
	text-align: left;
}



/********************************************************************************************/
/********************************************************************************************/
/********************************************************************************************/
/************************ ESPECÍFICS PER EL LAYOUT: *****************************************/
/************************ imgpcn_pre3_ppal_contingut_especific_sense_foto *******************/
/********************************************************************************************/
/********************************************************************************************/
.tableContenidoraZonaCDJEFGH{
	border: 0px;
	width: 780px;
	height: 444px; /* Són 466 pero tenim 30 de margin-top */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}






.tableContenidoraContingut{
	width: 100%;
	/*ABANS de existir el estil tableContenidoraZonaDJEFGH td.separadorAmbPaginadorEntreNavegadorIContingut
	  hi havia 
	  width: 350px; No podem posar 371, pels 21px de padding dret!!!!
	*/
	vertical-align: top;	
	margin: -10px 0px 0px 0px;
	/*height: 300px;*/
}

.tableContenidoraContingut td.contingut{
	padding: 0px 21px 0px 0px;
	margin: 0px 0px 0px 0px;
	vertical-align: top;
	/*height: 366px;*/
}







.tableContenidoraZonaCDJEFGH td.SuperiorEsquerraLinksInteres{
	width:360px; 
	height: 50px;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 30px 0px 0px 0px;
	vertical-align: top;
}

.tableContenidoraZonaCDJEFGH td.SuperiorCentreLinksInteres{
	width:55px; 
	height: 50px;
	padding: 30px 0px 0px 0px;
}

.tableContenidoraZonaCDJEFGH td.SuperiorDretaLinksInteres{
	width:345px; 
	height: 50px;
	padding: 30px 0px 0px 0px;
	text-align: right;
}


.tableContenidoraLlistatLinks{
	height: 328px;
	width: 100%;
	text-align: left;
	vertical-align: top;
}

.tableContenidoraLlistatLinks td.MigEsquerraLinksInteres{
	width:360px; 
	height: 328px;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
}

.tableContenidoraLlistatLinks td.MigCentreLinksInteres{
	width:60px; 
	height: 328px;
	text-align: left;
	vertical-align: top;
}

.tableContenidoraLlistatLinks td.MigDretaLinksInteres{
	width:360px; 
	height: 328px;
	text-align: left;
	vertical-align: top;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.tableContenidoraZonaCDJEFGH td.InferiorEsquerraLinksInteres{
	width:360px; 
	height: 30px;
	text-align: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	vertical-align: middle;
}

.tableContenidoraZonaCDJEFGH td.InferiorCentreLinksInteres{
	width:55px; 
	height: 30px;
}

.tableContenidoraZonaCDJEFGH td.InferiorDretaLinksInteres{
	width:325px; 
	height: 30px;
	text-align: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 0px 0px;
	vertical-align: middle;
}

.padding_right21{
	padding-right: 21px;
}


.tableContenidoraZonaCDJEFGH td.SuperiorEsquerraAreaPremsa{
	width:325px; 
	height: 50px;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 30px 0px 0px 0px;
	vertical-align: top;
	/*background-color: blue;*/
}

.tableContenidoraZonaCDJEFGH td.SuperiorCentreAreaPremsa{
	width:55px; 
	height: 50px;
	padding: 30px 0px 0px 0px;
	/*background-color: blue;*/
}

.tableContenidoraZonaCDJEFGH td.SuperiorDretaAreaPremsa{
	width:400px; 
	height: 50px;
	padding: 30px 0px 0px 0px;
	text-align: right;
	/*background-color: blue;	*/
}

.tableContenidoraZonaCDJEFGH td.MigEsquerraAreaPremsa{
	width:325px; 
	height: 328px;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
	/*background-color: green;*/
}

.tableContenidoraZonaCDJEFGH td.MigCentreAreaPremsa{
	width:55px; 
	height: 328px;
	/*background-color: green;	*/
}

.tableContenidoraZonaCDJEFGH td.MigDretaAreaPremsa{
	width:400px; 
	height: 330px; /*rafa va posar 328 a tot arreu, però aquí hi cap 330*/
	text-align: right;
	vertical-align: top;
	/*background-color: green;*/
}

.tableContenidoraZonaCDJEFGH td.InferiorEsquerraAreaPremsa{
	width:325px; 
	height: 30px;
	text-align: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	vertical-align: middle;
	/*background-color: yellow;*/
}

.tableContenidoraZonaCDJEFGH td.InferiorCentreAreaPremsa{
	width:55px; 
	height: 30px;
	/*background-color: yellow;*/
}

.tableContenidoraZonaCDJEFGH td.InferiorDretaAreaPremsa{
	width:400px; 
	height: 30px;
	text-align: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	vertical-align: middle;
	/*background-color: yellow;*/
}






/********************************************************************************************/
/********************************************************************************************/
/********************************************************************************************/
/************************ ESPECÍFICS PER EL LAYOUT D'IMPRIMIR: ******************************/
/********************************************************************************************/
/********************************************************************************************/
/********************************************************************************************/
.capcaleraFinestraImprimir{
	border: 0px;
	width: 100%;
}

.capcaleraFinestraImprimir td.partEsquerra{
	text-align: left;
	padding-left: 7px;
}

.capcaleraFinestraImprimir td.partDreta{
	text-align: right;
}

/*Línia solida en negra per separar la capçalera de la pàgina HMTL
que s'obre en Imprimir.*/
.liniaNegra{
	border-bottom: 2px solid black;
	margin-top: 5px;
	margin-bottom: 5px;
	color: white;
	height: 0px;
	line-height: 0px;
	width:100%;
	display: block;
	font-size: 0px;
	/*margin-left: 7px;*/
}

.miguesImprimir{
	border: 0px;
	width: 100%;
}

.miguesImprimir td{
	text-align: left;
	/*padding-left: 7px;*/
}


.contingutImprimir{
	border: 0px;
	width: 100% ;
}

.contingutImprimir td{
	text-align: right;
	/*padding-left: 7px;*/
	padding-right: 10px;
	font: normal normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;  
	line-height: 14px;
	color: #87817E; /*R135 G129 B126*/
}

.titolImprimir{
	font: normal 14px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #801314; /*R128 G19 B20*/
	text-decoration:none;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
}

.subtitolImprimir{
	font: normal 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000; /*R0 G0 B0*/
	text-decoration:none;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
}

.bodyImprimir {
	margin: 7px 10px 0px 7px;
}


/***********************************************************************/
/*********** PER A TAPAR TOT MENTRE S'EXECUTA JavaScript ***************/
/***********************************************************************/
.divHideAll {
	background-color: white;
	position: absolute;
	display: block;
	visibility: visible;
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	vertical-align: middle;
	text-align: center;
}

.divShowAll {
	background-color: white;
	position: absolute;
	display: block;
	visibility: hidden;
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	vertical-align: middle;
	text-align: center;
}

/***********************************************************************/
/**************** PER AL MISSATGE ALERT ********************************/
/***********************************************************************/
.divMissatgeAlertHide {
	background-color: blue;
	position: absolute;
	display: block;
	visibility: hidden;
	width: 430px;
	top: 225px;
	left: 275px;
	vertical-align: middle;
	text-align: center;
}

.divMissatgeAlertShow {
	background-color: blue;
	position: absolute;
	display: block;
	visibility: visible;
	width: 430px;
	top: 225px;
	left: 275px;
	vertical-align: middle;
	text-align: center;
}

.tableDivMissatgeAlert {
	width: 430px;
	vertical-align: top;
	text-align: center;
}


.tableDivMissatgeAlert td.Top{
	height: 6px;
	width: 430px;
	background-image: url(../cat/imgpcn/img/Alert/AlertTop.jpg); 
	background-position: top left;
	background-repeat: no-repeat;
	text-align:left;
	vertical-align: bottom;
}


.tableDivMissatgeAlert td.Mid{
	background-image: url(../cat/imgpcn/img/Alert/AlertMid.jpg); 
	background-position: top left;
	background-repeat: repeat-y;
	width: 430px;
	text-align:left;
	clear: both;
	padding: 0px 0px 0px 0px;
	font: normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	/*line-height: 14px;*/
	color: #87817E; /*R135 G129 B126*/
	text-decoration:none;
	vertical-align: top;
}


.tableDivMissatgeAlert td.Bottom{
	height: 7px;
	width: 430px;
	background-image: url(../cat/imgpcn/img/Alert/AlertBottom.jpg); 
	background-position: bottom left;
	background-repeat: no-repeat;
	text-align:left;
}


.tableDivContingutMissatgeAlert{
	width: 418px;
	margin-left: 6px;
}



.tableDivContingutMissatgeAlert td.capcaleraGrisa{
	width: 418px;
	height: 18px;
	background-color: #948A81;
	text-align: right;
	padding-right: 6px;
	
}


.tableDivContingutMissatgeAlert td.separadorBlanc32{
	width: 418px;
	height: 32px;
	background-color: white;
}

.tableDivContingutMissatgeAlert td.contingut{
	width: 418px;
	background-color: #ebe8e2;
	vertical-align: top;
	padding-bottom: 14px;
}


.divContingutMissatgeAlert{
	vertical-align: top;
	text-align: left;
	width: 325px;
}


.tableDivContingutMissatgeAlert td.separadorBlanc65{
	width: 418px;
	height: 65px;
	background-color: white;
	text-align: center;
	vertical-align: middle;
}




/* *********************************** */
/* *********************************** */
/* *********************************** */
/* ESPECIFICIÓ PER LA VERSIÓ ACCESSIBLE*/
/* *********************************** */
/* *********************************** */
/* *********************************** */

.separadorEinesAccessible{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1px;
	width: 1px;
}

.ocult{display:none !important; position: relative; height:0em; width:0em; overflow: hidden;}
