/* -------- Capçalera -------- */
#continent {width:960px;margin:auto;text-align:left;}


#continent #cap { height: 117px; overflow: hidden; float: left; width: 300px; }

#continent form#cap_cerca { width: 200px; float: right; height: 20px; margin-top: 20px;}
#continent form#cap_cerca input#camp_cerca {
	background-color: #e8e6e1;
	border: 1px solid #e8e6e1;
	font-size: 10px;
	width: 150px;
	float: left;
	color: #222;
	padding: 3px 5px 3px 5px;
	border-radius-topleft: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-radius-topleft: 15px;
	-khtml-border-radius-topleft: 15px;
	border-radius-bottomleft: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-radius-bottomleft: 15px;
	-khtml-border-radius-bottomleft: 15px;
}
#continent form#cap_cerca input#camp_cerca_boto {
	float: left;
	width: 30px;
	padding: 0;
	border-radius-topright: 15px;
	-moz-border-radius-topright: 15px;
	-webkit-border-radius-topright: 15px;
	-khtml-border-radius-topright: 15px;
	border-radius-bottomright: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-radius-bottomright: 15px;
	-khtml-border-radius-bottomright: 15px;
}



#continent #menu {
	height: 55px;
	margin: 0 -6px; 
}
#continent #menu ul#items {
	background: transparent url("../img/fons/nav-bg.png") top left repeat-x;
	float: left;
	width: 932px;
	height: 55px;
}

#continent ul#items li {
	float: left;
	font-size: 13px;
	font-family: Verdana;
	height: 44px !important;
	position: relative;
}
#continent ul#items li a {
	background-image: url("../img/fons/nav-line.gif");
	background-position: right center;
	background-repeat: no-repeat;
	color: #4B4B4B;
	display: block;
	float: left;
	height: 40px;
	padding: 20px 20px 0;
}
#continent ul#items li a:hover, #continent ul#items li.actiu a { background-image: url(../img/fons/nav-bg2.png); background-repeat: repeat-x; color: #FFF; }


#continent ul#categories { background: transparent url(../img/fons/categories-bg.gif) repeat-x left top; height: 36px; }
#continent ul#categories li {
	display: inline;
	font-family: Verdana;
	font-size: 12px;
}
#continent ul#categories li a {
	color: #FFF;
	display: block;
	padding: 12px 20px 15px 20px;
}
#continent ul#categories li a:hover { color: #888 }


#contingut_dos_blocs { background: #E0E0E0 url(../img/fons/content-bg.jpg) center top repeat-x; padding: 15px }
#contingut_dos_blocs #b_esquerra { float: left; width: 600px }
#contingut_dos_blocs #b_dreta { float: right; width: 300px; background-color: #FFF; padding: 0 10px 10px 10px }


/* -------- Peu -------- */
#peu {
	margin: 0 10px 30px 10px;
	color:#fff;
	text-align:left;
	font-size:9pt;
	clear:both;
}
#peu a {color:#fff;}
