#cabecera {
	display: table;
	text-align: left;
	background-image:url(../images/background.gif);
	background-repeat:repeat-y;
	margin-left : auto;
	margin-right : auto; 
	width: 771px;
	/* border: 1px solid blue;*/
}

#cabecera_block {
	display: block;
}


/************* Div del Flash *************************/
#flash {
	display: block; 
	float: left;
	width:151px; 
}

/************* Div de la primera barra de botones *************************/
#barra_gran {
	display: block; 
	float: left;
	margin-left: -4px;
	margin-top: 3px;
	width: 603px;
	height: 110px;
}

#barra_gran ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 50px;
}

#barra_gran li { 
	list-style-type:none; 
	margin-left: 3px;
	margin-right: 2px;
	margin-top: 2px;
	margin-bottom: 3px;
	background-color: #b4ff00;
	display: block;
	float: left;
}

#barra_gran a {
	display: block;
	width: 145px;
	height: 50px; 
}

#barra_gran img {
	display: block;
	width: 145px;
	height: 50px; 
}

#barra_gran a:hover { }

#barra_gran a.bt1 {	background-image:url(../images/bt_puntsinteres_off.gif); }
#barra_gran a.bt1:hover { background-image:url(../images/bt_puntsinteres_on.gif); }

#barra_gran a.bt2 {	background-image:url(../images/bt_gastronomia_off.gif); }
#barra_gran a.bt2:hover { background-image:url(../images/bt_gastronomia_on.gif); }

#barra_gran a.bt3 {	background-image:url(../images/bt_artesania_off.gif); }
#barra_gran a.bt3:hover { background-image:url(../images/bt_artesania_on.gif); }

#barra_gran a.bt4 {	background-image:url(../images/bt_activitats_off.gif); }
#barra_gran a.bt4:hover { background-image:url(../images/bt_activitats_on.gif); }

#barra_gran a.bt5 {	background-image:url(../images/bt_festes_off.gif); }
#barra_gran a.bt5:hover { background-image:url(../images/bt_festes_on.gif); }

#barra_gran a.bt6 {	background-image:url(../images/bt_allotjaments_off.gif); }
#barra_gran a.bt6:hover { background-image:url(../images/bt_allotjaments_on.gif); }

#barra_gran a.bt7 {	background-image:url(../images/bt_museus_off.gif); }
#barra_gran a.bt7:hover { background-image:url(../images/bt_museus_on.gif); }

#barra_gran a.bt8 {	background-image:url(../images/bt_paquetsturistics_off.gif); }
#barra_gran a.bt8:hover { background-image:url(../images/bt_paquetsturistics_on.gif); }

#barra_gran .text_enllac {
	display:none;
}


/************* Div de la segunda barra de botones *************************/
#barra_petita {
	display: block; 
	float: left;
	width: 608px;
	height: 37px;
}

#barra_petita ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 37px;
}

#barra_petita li { 
	list-style-type:none; 
	margin-left: 3px;
	margin-right: 2px;
	margin-top: 2px;
	margin-bottom: 3px;
	background-color: #b4ff00;
	display: block;
	float: left;
}

#barra_petita a {
	display: block;
	width: 145px;
	height: 32px; 
}

#barra_petita img {
	display: block;
	width: 145px;
	height: 32px; 
}

#barra_gran a:hover { }

#barra_petita a.bt1 {	background-image:url(../images/bt_situacio_off.gif); }
#barra_petita a.bt1:hover { background-image:url(../images/bt_situacio_on.gif); }

#barra_petita a.bt2 {	background-image:url(../images/bt_consorci_off.gif); }
#barra_petita a.bt2:hover { background-image:url(../images/bt_consorci_on.gif); }

#barra_petita a.bt3 {	background-image:url(../images/bt_contactar_off.gif); }
#barra_petita a.bt3:hover { background-image:url(../images/bt_contactar_on.gif); }

#barra_petita a.bt4 {	background-image:url(../images/bt_adreces_off.gif); }
#barra_petita a.bt4:hover { background-image:url(../images/bt_adreces_on.gif); }

#barra_petita .text_enllac {
	display:none;
}

/************* Div del combo de polaciones *************************/

#combo {
	display: block; 
	float: left;
	text-align:left;	
/*	border: 1px solid blue;	 */
	padding-left: 20px;
	padding-right: 2px;	
	height:37px;

}

#combo .titol {
	background-image:url(../images/municipis.gif); 
	background-repeat:no-repeat;
	height: 10px;
	width: 100px;
	margin-top: 2px;
	margin-bottom: 3px;

}

#combo .titol H2 {
	display: none;
}

#comboselect{
	width: 126px;
	font-size: 9px;
}

