#fons_menu{
	width: 192px;
	height: 385px;
	background-image:url(../img/fons_menu.gif)
}

#tema_inici{
	width: 170px;
	height: 20px;
}

#tema{
	width: 170px;
	height: 22px;
	margin-top:5px;
	cursor:pointer;
}

#titols{
	margin-left:53px;
	font-family: Arial, Verdana,  Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	padding-top:4px;
}

.seleccionat{
	background-color:#834025;
	filter: Alpha(Opacity=86);  /* IE */ 
	-moz-opacity: 0.86; /* Mozilla */ 
	-khtml-opacity: 0.86; /* Safira */
	opacity:0.86; /* resta browsers */
}

/*********************************** links ***********************************/
a.link_temes{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
	a:link.link_temes	{color:#FFFFFF}
	a:visited.link_temes{color:#FFFFFF}
	a:hover.link_temes	{color:#FFFFFF}
	a:active.link_temes	{color:#FFFFFF}


/*********************************** rollover del menú ***********************************/	
#tema a:hover{ /* per fer el rollover amb l'IE 6 */
	background-color:#834025;
	filter: Alpha(Opacity=86);  /* IE */ 
	-moz-opacity: 0.86; /* Mozilla */ 
	-khtml-opacity: 0.86; /* Safira */
	opacity:0.86; /* resta browsers */
	text-decoration: none;
	width:140px;
	height:22px;
}

/* el rollover amb IE7 i firefox */
#tema a:hover div{
	background-color:#834025;
	filter: Alpha(Opacity=86);  /* IE */ 
	-moz-opacity: 0.86; /* Mozilla */ 
	-khtml-opacity: 0.86; /* Safira */
	opacity:0.86; /* resta browsers */
	text-decoration: none;
	width:140px;
	height:22px;
}

#tema a:link div{
	text-decoration: none;
}
	
#tema a:visited div{
	text-decoration: none;
}

#tema a:active div{
	text-decoration: none;
}

#tema a{
	text-decoration: none;
}

#tema:hover{ /*rollover firefox*/
	background:#834025;
	filter: Alpha(Opacity=86);  /* IE */ 
	-moz-opacity: 0.86; /* Mozilla */ 
	-khtml-opacity: 0.86; /* Safira */
	opacity:0.86; /* resta browsers */
	text-decoration: none;
}

/*********************************** logos ***********************************/	
#logos {
	width:162px;
	margin-top:40px;
	margin-left:30px;
	text-align:center;
}
	#logos div{
		margin-top:30px;
	}
