BODY {
	margin-bottom : 0cm;
}

P {
	font-size:12px;
	text-align: left;
	margin-left:10px;
	color: Gray;
}

H4 {
	text-align: justify;
	font-family : Arial;
	font-size : 16px;
	font-weight:bold;
	color: #5E5E5E;
	margin-left:0px;
}

H5 {
	text-align: left;
	font-family : Arial;
	font-size : 14px;
	font-weight : bold;
	color: #5E5E5E;
	margin-left:0px;
}


#capsalera{
	margin-left:-20px;
	
}

#llista  {
	font-size:12px;
	text-align: left;
	margin-left:0px;
	color: Gray;
	height:10px;
	width:400px;
}

#llistaT {
	font-size:14px;
	text-align: left;
	margin-left:0px;
	font-weight:bold;
	color: #5E5E5E;
	height:10px;
	width:130px;
}

#titolInforme {
	text-align: left;
	font-family : Arial;
	font-size : 16px;
	font-weight:bold;
	color: #5E5E5E;
	margin-left:150px;
	margin-top:-73px;
	width: 390px;
}

#saltpagina {
	page-break-before : avoid;
	page-break-after : avoid;
}

thead {
	display: table-header-group;
}

#descripcio {
	text-align: left;
	margin-left:0px;
	font-size:12px;
	font-family : Arial;
	margin-top : 35px;
}

#infocalcul {
	font-size:12px;
	font-family : Arial;
}

#fontsdades {
	color: gray;
	font-size:12px;
	font-family : Arial;
}

#indicadors {
	color: Gray;
	font-size:12px;
	font-family : Arial;
}

#parametres {
	color: Gray;
	font-size:12px;
	font-family : Arial;
}

#contenedor {
	
}

#vista {

}

#grafica {

}

#elemtitol {
	page-break-before: auto;
	text-align : center;
}

/* Taules de la vista de dades */
/*   Pre-Titol de la Taula */
#tTTitol {
	text-align: center;
	color: #5E5E5E;
	font-size:14px;
	font-family : "Arial";
	font-weight : bold;
	font-style: italic;
}

/* Props generals per a la taula de dades*/
#tTDades {
	text-align: center;
	font-size:14px;
	background-color : #FFFFFF;
	color: #5E5E5E;
} 

/*Fila dels noms de les columnes*/
#tTitol {
	background-color : #A7D6C9;
	text-align : center;
	font-weight : bold;
	border-right : 2px solid #A7D6C9;
	/*display:  table-header-group;*/
}

/*Fila dels noms de les files (Vertical)*/
#tTitolVert {
	background-color :   #A7D6C9;
	text-align : left;
	font-weight : bold;
	border-right : 2px solid   #A7D6C9;
}

/* Valor de cada columna */
#tDades {
	text-align : right;
	border-bottom : 1px solid ButtonShadow;	
	border-right : 2px solid   white;
}

/* Valor columna resaltada */
#tResaltada {
	text-align : right;
	font-weight : bold;
	border-bottom : 1px solid ButtonShadow;	
	border-right : 2px solid  white;
}


