/* +--------- CONTINENT ---------+ */
#continent { 
	margin: 0 auto;
	width: 900px;
}
#contingut {
	width: 900px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.blocg-esq, .blocg-cen, .blocg-dre {
	width: 295px;
	height: 125px;
	float: left;
	color: #585858;
}
.blocg-esq div, .blocg-cen div, .blocg-dre div {
	margin: 9px 5px 9px 9px;
	height: 170px;
}
/*.blocg-esq {
	background: transparent url(../img/grads/bloc-esq.png) repeat-y;
	margin-right: 8px;
}
.blocg-cen {
	background: transparent url(../img/grads/bloc-cen.png) repeat-y;
	margin-right: 7px;
}
.blocg-dre {
	background: transparent url(../img/grads/bloc-dre.png) repeat-y;
}*/
.blocg-esq {
	background: #f3f3f3 url(../img/grads/grad1.png) no-repeat top center;
	margin-right: 8px;
}
.blocg-cen {
	background: #f3f3f3 url(../img/grads/grad2.png) no-repeat top center;
	margin-right: 7px;
}
.blocg-dre {
	background: #f3f3f3 url(../img/grads/grad3.png) no-repeat top center;
}
.blocg-esq div.fletxa, .blocg-cen div.fletxa, .blocg-dre div.fletxa {
 	padding-left: 0px;
 	margin-top: -75px;
 	margin-right: 15px;
 	float: right;
}
div.fletxa div.fletxa_p {
 	float: left;
 	width: 10px;
}

/* COLUMNES */
#col-esq {
	float: left;
	width: 657px;
	clear: left;
	margin: 0 32px 0 0;
}
#col-dre {
	float: right;
	width: 211px;
}

/* COLUMNES */
#col-pencatala-esq {
	float: left;
	width: 500px;
	clear: left;
	margin: 0 32px 0 0;
}
#col-pencatala-dre {
	float: right;
	width: 300px;
}

/* COLUMNES */
#col-junta-esq {
	float: left;
	width: 610px;
	clear: left;
	margin: 0 32px 0 0;
}
#col-junta-dre {
	float: right;
	width: 250px;
}

/* +--------- CAPÇALERA ---------+ */
div#cap {
	background: transparent url(../img/cap.jpg) no-repeat top center;
	height: 212px;
	width: 900px;
}
div#cap #logo {
	float: left;
	margin-top: 35px;
	margin-left: 30px;
}
div#cap div#menu_dreta {
	margin-top: 20px;
	margin-right: 10px;
	float: right;
	text-align: right;
	width: 700px;
}
div#cap div#menu_dreta div#frase {
	float: right;
	height: 100px;
	width: 700px;
	text-align: right;
	font-weight: bolder;
	font-style: italic;
	color: #232021;
	font-size: 13px;	
}
div#cap div#menu_dreta input.cap_cerca { margin: 0 }

div#cap div#menu_dreta div#cerca {
	
}


/* +--------- MENU ---------+ */
div#menu {
	clear: both;
	height: 32px;
	width: 870px;
	display: block;
	font-size: 13px;
	text-transform: uppercase;
	font-family: Arial, Verdana, sans-serif;
	font-weight: bolder;
	margin: 0 auto;
	padding-top: 8px;
}
div#menu a {
	color: #000;
}
div#menu ul {
	list-style: none;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
div#menu li {
	float: left;
	margin: 0px 12px 0px 12px;
	padding: 0px;
}
div#menu a:hover, div#menu li.actiu a {
	color: #CC0000;
}




/* +--------- PEU ---------+ */
div#peu {
	clear: both;
	border-top: 1px solid #a0a0a0;
	background: #e7e7e7;
	text-align: center;
	color: #656565;
	padding: 20px 0;
	font-size: 11px;
}
div#peu a {
	color: #656565;
}
div#peu a:hover { text-decoration: underline }
div#peu p.info {
	border: 0 solid #c2c2c2;
	border-width: 1px 0;
	padding: 10px 0;
	margin: 5px auto;
	width: 900px;
	font-weight: bold;
	font-style: italic;
}

