/* CSS document :-) */	

body{
	background-color:#3c3c3c;
}

.menuhome{
	list-style:none;
	color:#232024;
	margin-top:10px;
	margin-left:15px;
	font-family:"Trebuchet MS";
	text-decoration:none;
	font-size:13px;
}

a{
	color:#232024;
	text-decoration:none;
}

a:hover{
	color:#fab000;
}

#contingut a{
	text-decoration:underline;
}

.detallHide{
	visibility:hidden;
}
.detallShow{
	visibility:visible;
}

