/*Dimensions de la web*/
.w100_per_cent{
	width:100%;
}
.w87{
	width:87px;
}
.w100{
	width:100px;
}
.w126{
	width:126px;
}
.w165{
	width:165px;
}
.w201{
	width:201px;
}
.w210{
	width:210px;
}
.w220{
	width:220px;
}
.w276{
	width:276px;
}
.w340{
	width:340px;
}
.w350{
	width:350px;
}
.w400{
	width:400px;
}
.w418{
	width:418px;
}
.w552{
	width:552px;
}
.w555{
	width:555px;
}
.w700{
	width:700px;
}
.w765{
	width:765px;
}
.h105{
	height:105px;
}



/* Valors per defecte + centrat per a IE */	
	body{
		margin:19px 0 0 0;
		padding:0px;
		background-color:#D6D7CE;
		text-align:center;
	}
/* Imatges sense vores per no preocupar-nos quan estiguin enllaçades */
	img {
		border: 0;
	}
/* Imatge link extern i finestra nova*/
	.link_extern{
		background: url(/imgfiles/Llotja/Icones/link_extern.gif) no-repeat scroll;
		padding-right:20px;
	}
	.finestra_nova{
		background: url(/imgfiles/Llotja/Icones/finestra_nova.gif) no-repeat scroll;
		padding-right:30px;		
	}

/* FONS */

	/*Zona de la WEB*/
	.zona{
		width:765px;
		margin-left:auto;
		margin-right:auto;
		text-align:left;
	}
	/*Fons de la amplada màxima de la zona*/
	.amplada_max{
		float:left;
		width:765px;
	}	
	/*Fons de la amplada màxima de la pàgina a la Home*/
	.amplada_pagina_h{
		float:left;
		width:355px;
		margin-left:25px;
		margin-top:22px;		
	}		
	/*Fons de la amplada màxima de la pàgina als interiors*/
	.amplada_pagina_i{
		float:left;
		width:575px;				
	}
	/*Fons de la amplada màxima de la pàgina als interiors amb 20 píxels de marge drets*/
	.amplada_pagina_i_20{
		float:left;
		width:555px;				
	}
	/*Amplada de la pàgina als interiors de 350 pixels, per pagines amb 2 seccions*/
	.amplada_pagina_i_350{
		float:left;
		width:350px;				
	}
	/*Amplada dels continguts de la pàgina als interiors de 340 pixels, per pagines amb 2 seccions*/
	.amplada_pagina_i_340{
		float:left;
		width:340px;				
	}
	/*Posicionament del logo superior*/
	.logo{
		float:right; 
		margin-right:181px;
		display:inline;
	}	
	/*seccio menú lateral i pàgina de 765px amb 5 pixels #D6D7CE de fons*/
	.seccio_h_765{
		float:left;
		background: url(/imgfiles/Llotja/FonsPagina.gif) repeat-y scroll;
		width:765px;		
		margin-top:4px;
		padding-bottom:10px;
	}	
	/*seccio menú lateral i pàgina de 765px*/
	.seccio_i_765{
		float:left;
		background:#FFFFFF;
		width:765px;		
		margin-top:4px;
		padding-bottom:10px;		
	}	
	/*Fons del menú lateral*/
	.menu_lateral_h{		
		float:left;
		margin-left:10px;
		margin-right:15px;
		width:140px;
		display: inline;/*Per evitar que dupliqui l'espai del marge (Bug del explorer)*/
	}
	.menu_lateral_i{		
		float:left;
		margin-left:10px;
		margin-right:15px;
		width:140px;
		height:550px;
		display: inline;/*Per evitar que dupliqui l'espai del marge (Bug del explorer)*/
	}
	/*Fons seccio dreta superior i inferior*/
	.fons_dret_sup{
		 float:left;
		 background-color:#949A94;
		 width:220px;		 
	}
	.fons_dret_inf{		
		background-color:#FFFFFF;
		width:220px;
	}	
	/*Linia separadora entre menú lateral i pàgina*/
	.separador_menu{
		float:left;
		margin-top:20px;
		background: url(/imgfiles/Llotja/FonsHome.gif) repeat-y scroll;		
	}	
	/*format del peu de pàgina*/
	.fons_peu{
		float:left;
		width:765px;
		_margin-right:-3px;
	}

/*LLISTES*/

	/*Llista sense estils*/
	.llista, .llista ul, .llista li{
	margin:0px;
	padding:0px;
	list-style:none;
	}
	/*Llistes dels textos en les Presentacions*/
	.llista_presentacio1, .llista_presentacio1 ul, .llista_presentacio1 li{
	margin:0px;
	padding:0px;
	list-style:disc;
	}
	.llista_presentacio2, .llista_presentacio2 ul, .llista_presentacio2 li{
	margin:0px;
	padding:5px;
	list-style:circle;
	}	

/*TITOLS*

	/*Noticia Home*/
	.titol_noticia_home{
		color:#A5A5A5;				
		font-size:18px;
	}	

/*TEXTS*/	 

	/*Amaga els textos*/
	.no_visible{
		display:none;
	}
	/* Neutralitzem els encapçalaments per incloure'ls on vulguem */
	h1, h2, h3, h4, h5 {
		font-size: 11px;
		margin: 0;
		padding: 0;
		font-weight:normal;
	}
	/*Documents i Dates*/
	.destacats{
		color:#9C0018;
	}
	.data{
		color:#393C39;		
	}
	/*Text error*/
	.error{
		color:#9C0018;
	}
	/*Subscripció HOME*/
	.subscriute{
		color:#FFFFFF;
		clear:both;
		margin-bottom:15px;
	}
	
/* TAULES */
	.ratlles_cela {
		border-right: 1px solid #000000;
		border-bottom: 1px solid #000000;
		empty-cells:show;
	}