/* ================================
    ESTILS PARTICULARS PER MUNICIPIS
   ================================
*/
.imgFons
{
	background-image: url(municipis_img.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.menuFons
{
	background-image: url(municipis_tramat_menu.jpg);
	background-repeat: repeat-x;
}
.titol_container_area
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
}
.containerArea
{
	background-color: #D7D7D7;
}
a.botoMunicipi
{
	display:block;
	width:160px;
	height:20px;
	background-image:url(botons/tab.png);
	background-repeat: no-repeat;
	text-align:center;
	padding-top:5px;
}
a.botoMunicipi:link, a.botoMunicipi:visited
{
	background-image:url(botons/tab.png);
	background-repeat: no-repeat;
}
a.botoMunicipi:hover, a.botoMunicipi:active
{
	background-image:url(botons/tab.active.png);
	background-repeat: no-repeat;
}