body{
	background-color:#555658;
	background-repeat:repeat-x;
	/*
	background-image:url(../imgs/bg.gif);
	background-position:bottom;
	*/
	background-image:url(../imgs/bg3.gif);
	background-position:top;
	width:560px;
	margin:0px auto 0px auto;
	font-family:Geneva,Arial,Helvetica,sans-serif;
	font-size:14px;
}
img{
	border:0px none;
}
a{
	text-decoration:none;
	color:#993333;
}
a:hover{
	text-decoration:underline;
}
h1{
	margin:0px;
	padding:0px;
	background-color:white;
	text-align:center;
	/*padding-top:15px;
	padding-bottom:15px;*/
}
#index{
	margin:0px;
	padding:0px;
	list-style:none;
	display:block;
	/*background-color:#cb2124;*/
	list-style:none;
}
#index a{
	display:block;
	width:140px;
	/*background-color:#cb2124;*/
	border:0px none;
	text-align:center;
	color:white;
	padding:10px 0 10px 0;
	font-weight:bold;
	text-decoration:none;
}
#index li{
	margin:0px;
	padding:0px;
	border:0px none;
	display:block;
	list-style:none;
	float:left;
}
#index a:hover{
	background-color:black;
	background-image:url(../imgs/menubg2.gif);
}
#index .seleccionat, #index .seleccionat:hover{
	background-color:#cb2124;
	color:white;
	background-image:url(../imgs/menubg3.gif);
}
#contingut{
	clear:both;
	background-color:white;
	padding:20px;
	margin:0px;
}
#contingut p{
	line-height:140%;
	text-align:justify;
	margin:0px;
}
#contingut p + p{
	margin-top:10px;
}
/*.noticia + .noticia{
	margin-top:15px;
}*/
.activitat{
	margin-top:15px;
}
h2{
	font-size:20px;
	font-weight:bold;
	margin:0px;
	padding:0px;
}
.data{
	margin-top:0px;
	font-size:10px;
}
#bottom{
	background:black;
	color:#CCCCCC;
	height:13px;
	font-size:11px;
	padding-top:3px;
	text-align:center;
	padding-bottom:3px;
}
#bottom a{
	color:#CCC;
}
#bottom2{
	height:30px;
	background-image:url(../imgs/bg2.gif);
	background-repeat:repeat-x;
}

#lateral li, #lateral{
	list-style:none;
	display:block;
	margin:0px;
	padding:0px;
}
#lateral{
	position:fixed;
	margin-left:560px;
	top:260px;
}
#lateral li a{
	background-color:#f7f7f7;
	border-left:1px solid grey;
	background-image:url(../imgs/lateralbg.gif);
	background-position:left;
	background-repeat:repeat-y;
	padding:5px;
	padding-left:6px;
	display:block;
}
#lateral li + li{
	margin-top:10px;
}
#lateral li a:hover{
	background-image:url(../imgs/lateralbg2.gif);
}
.left{
	float:left;
	clear:left;
	margin:0px 15px 10px 0px;

}
.right{
	float:right;
	clear:right;
	margin:0px 0px 10px 15px;
}
.hidden{
	display:none;
}