/* Estructura general del web */
div#continent {
	background-color: #FFF;
	margin: 0 auto;
	width: 960px;
}
div#cap {
	background-color: #f47820;
	margin: 0px 15px 0px 15px;
	padding: 0px 0px 0px 7px;
	width: 920px;
}
div#cap div#cap_esquerra {
	background-color: #f6ee1f;
	margin-top: 7px;
	width: 468px;
	height: 60px;
	float: left;
}
div#cap div#cap_dreta { 
	width: 445px;
	height: 74px;
	float: right;
}
div#contingut {
	width: 960px;

}
div#contingut_fons {
	width: 960px;
	background-image: url('/img/fons/fons.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-bottom: 50px;
}
div#menu {
	float: left;
	width: 200px;
	margin-left: 15px;
}
div#menu div.opcio {
	margin-bottom: 3px;
	padding-bottom: 4px;
	background-image: url('/img/fons/ratlla_200.gif');
	background-repeat: no-repeat;
	background-position: bottom;
	font-weight: bolder;
}

div#informat {
	background-image: url('/img/fons/fons2.png');
	background-repeat: no-repeat;
	background-position: top left;
	float: left;
	width: 180px;
	height: 190px;
	margin-top: 10px;
	padding-left: 30px;
	padding-top: 25px;
	color: #666;
	font-size: 12px;
}

div#dades {
	float: left;
	width: 715px;
	margin: 0px 0px 0px 15px;
}

div#peu {
	clear: both;
	margin: 0 auto;
	padding-top: 5px;
 	color: #9b4b04;
	width: 960px;
	font-size: 12px;
}
