body {
	background: white; 
	color:inherit;
	font-family: "Trebuchet MS",Arial,sans-serif;
	font-size:0.9em;
}

#contenido,#contenido p,#menu,.teclatguiri,.teclatguiri td,.imatgeinvisible{ display: none; }

ul {
	display: none;
}

#principal{
	width:100%;
	height:100%;
	top:0em;
	border: 0;
	padding: 0;
	color: black; 
	background: inherit;
	line-height: 1.5em;

}

h1 { 
	font-family:"Trebuchet MS",Arial,sans-serif;
	font-size:1.2em;
	font-weight:bold;
}

h2 { 
	font-family:"Trebuchet MS",Arial,sans-serif;
	font-size:1.1em;
	font-weight:bold;
}

h3 { 
	font-family:"Trebuchet MS",Arial,sans-serif;
	font-size:1.0em;
	font-weight:bold;
}

/*Posem 49% i no 50% perquè llavors IE6 fa salt de pàgina en exercicis de columnes*/
#insertaesquerra {
float:left;
width:49%;
max-width:320px;
}

#insertadreta{
float:right;
width:49%;
max-width:320px;
}

/*Per exercicis amb columnes de diferents mides*/
#insertaesquerra2{
	float:left;
	width:39%;
}

#insertadreta2{
	float:right;
	width:59%;
}

#mig{
	position:relative;
	height:50%;
}

#abaix{
	position:absolute;
	bottom:40%;
}

#test{
	float:left;	
}

.imatgeincorrecte{
	height:16px;
	width:16px;
}

.imatgecorrecte{
	height:16px;
	width:16px;
}


img.ima { float:left; 
	margin-right: 0.5em;}
img.dibu { float:left;
	margin-right: 0.5em;}
img.dreta { float:right; 
		border: 0em;}

#ajuda{
	clear:both;
	margin-top:0.5em;
	margin-bottom:0.5em;
}

#dialeg{
	clear:both;
	margin-top:0.5em;
	margin-bottom:0.5em;
}

#respostes{
	clear:both;
}