	* { }
	
	body {
		font-family: Arial, Helvetica, sans-serif;
		font-weight: normal;
		font-size: 10pt;	
		background: #fff;
		color: #2d2d2d;	
	}
	
	h1,h2,h3,h4 {
		color: #477979;
		font-weight: normal;
		text-align: center;
	}
	
	ul { 
		list-style-image: url("http://www.uji.es/xpf/fichero/IMATGES_RESERVORI/22167383/IMG/Accept.png");
		/*list-style: none;*/
	}

	
/* forçar salt de pàgina al imprimir */
	#salt{
		page-break-before: always
	}

	
/* Contingut general */	
	#contingut_total {
		margin: 5%;
		width: 90%;
	}
	
/* definició de la capçalera */
	#capçalera { 
		float: none;
	}
	
	.esquerra {
		float: left;
		height: 12%;
		width: 12%
	}
	
	.dreta{
		float: right;
		height: 22%;
		width: 22%;
	}
/* final de #capçalera */		

		
/* definició de #formulari */
	#formulari { }
		
	fieldset {
		border: 1px solid;
		padding: 1px;
	}
	
	fieldset legend {
		padding: 6px;
		font-weight: bold;
	}
	
	.pregunta {
		font-weight: bold;
		color: #5a5a5a;
	}
	
	#noms {
		border: 1px;
		border-style: solid;
	}
	
	#noms  table{
		text-align: center;
		margin: auto;
		border: hidden;
	}

	li.error{ 
		list-style-image: url("http://www.uji.es/xpf/fichero/IMATGES_RESERVORI/22167592/IMG/Delete.png");
	}
	
	/* Taula exercici gran */
		table.exergran { 
			width: 80%;
			padding: 5px;
			margin: 5px;
			empty-cells: hide;
			font-size: 9pt;
			text-align: center;
		}
		
		/* nomes per a proves
		table.exergran td {
			border: 1px solid;
		}
		
		table.exergran tr {
			border: 1px solid;
		} */
		
		table.exergran li { 
			margin-left: 10px;
			list-style: inside;
			list-style-type: square;
			list-style-image: url("http://www.uji.es/xpf/fichero/IMATGES_RESERVORI/22167383/IMG/Accept.png");
		}
		
		.cap_col {
			background-color: #e1e1e1;
		}
	
		.cap_fil {
			background-color: #e1e1e1;
			font-weight: bold;
			text-align: left;
		}
	/* final de taula exercici gran */
	
	p.caixatext { 
		margin-left: 40px;
		font-style: italic;
		width: 70%;
		text-align: justify;
	}
/* final de #formulari */ 

/* definicio de #peu_pagina*/
	#peu_pagina {
		text-align: center;
	}
	
	#botonera { 
		visibility: hidden;
		display: none;
	}	
/* final de #peu_pagina*/
	
	/* recomanació per als enllaços*/
	
	a:after {
		content : " ( " attr(href) " ) ";
		font-size : small;
	}