@CHARSET "UTF-8";

#contingut.center-1cols{
	min-height: 450px;
	padding: 0 0.5em 0.5em 0.5em;
	margin: 0;
}

	
#map_canvas{
	bottom: 0px;
	left: 0;
	position: relative;
	right: 0;
	top: 0px;
	padding: 0px;
	margin: 0 0.5em 0.5em 0.5em;
	width: auto;
	height: 420px;
	background-color: rgb(229, 227, 223);
}

#over_map {
	position: absolute;
	top: 10px;
	left: 80px;
	z-index: 99;
	background-color: white;
	width: 260px;
	display: none;
	font-size: 11px;
	padding: 5px;
	background-color: #263248;
}

#over_map a:link, #over_map a:active, #over_map a:visited {
	border-bottom: 0px;
}

#over_map a:hover{
	text-decoration: underline;
}

#over_map, #over_map_items {
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

#over_map img{
	vertical-align: middle;
}

#over_map_menu {
	padding:2px 0px 2px 4px;
	background-color: #263248;
	color: white;
	font-weight: bold;
	height: 18px;
}

#over_map_menu a {
	color: white;
	font-weight: bold;
}


#over_map_menu a.actiu {
	text-decoration: underline;
}

#over_map_menu.actiu a.actiu:hover {
	text-decoration: underline;
}

/*
#over_map_menu a.noactiu {
	text-decoration: underline;
}
#over_map_menu a.noactiu:hover {
	text-decoration: underline;
}
*/

#over_map_items {
	padding: 2px;
	background-color: white;
}


#over_map_items_content a{
	color: #17375e;
}


#over_map_items_content{
	color: #17375e;
	max-height: 320px;
	overflow: auto;
}

#over_map_fletxa{
	position: absolute;
	width: 20px;
	height: 20px;
	top: 5px;
	right: 5px;
	cursor: pointer;
	overflow: hidden;
}

#over_map_fletxa.obrir{
    background: url(obert.png) no-repeat scroll 0 0 transparent;
}

#over_map_fletxa.tancar{
    background: url(tancat.png) no-repeat scroll 0 0 transparent;
}

#over_map_content_categories, #over_map_content_municipis{
	padding-top: 4px;
	padding-bottom: 4px;
}
	
ul.llegenda_municipi{
	clear: both;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.llegenda_municipi li{
	display: table-cell;
}

li.icona_municipi {
	width: 98px;
	text-align: center;
}

div.llegenda_categoria{
	padding: 2px;
}

#over_map_content_categories{
	display: none;	
}

	
#produit_per{
	position: absolute;
	right: 5px;
	bottom: 20px;
	z-index: 99;
	font-size: 11px;
	text-align: right;
}

#produit_per img{
	vertical-align: middle;
	border: none;
}

#produit_per a:link, #produit_per a:active, #produit_per a:visited {
	border-bottom: 0px;
}


.fitxa_municipi {
	padding: 0px;
	font-size: 11px;
}

.fitxa_municipi a{
	color: #17375e;
}

.fm_nom{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

.fm_descripcio{
	max-height: 200px;
	overflow: auto;
	padding-right: 5px;
}
	

.fitxa_relacio {
	padding: 0px;
	font-size: 11px;
}

.fr_categoria{
	font-weight: bold;
	text-align: right;
	margin-right: 15px;
	background-color: blue;
	background: url(fons_categoria.png) repeat-x scroll 0 0 transparent;
}

div.fr_categoria span{
	background-color: white;
	padding-left: 2px;
}


.fr_box{
	max-height: 200px;
	overflow: auto;
	padding-right: 5px;
}	

.fr_adreca_container{
	padding: 2px 2px 2px 2px;
	background-color: #c3c7d5;
	margin-bottom: 5px;
}

.fr_nom{
	font-weight: bold;	
	font-size: 14px;
	padding-top: 16px;
	padding-bottom: 10px;
}

.fr_promotor{
	padding-bottom: 10px;	
}

.fr_descripcio{
	padding-bottom: 10px;	
}


div.fr_web a:link, div.fr_web a:active, div.fr_web a:visited {
	border-bottom: 0px;
}

div.fr_web a:hover{
	text-decoration: underline;
}

.content-container-1cols {
    border: none;
}

