@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	background-position:top;
}

#container {
	width:890px;
	margin:0 auto;
	margin-top:10px;
	background-color:#FFF;
}

#colSx {
	float:left;
	width:230px;
	margin-bottom:8px;
}

#main {
	margin-left:238px;/*margin-left:230px;*/
}

#main p {
	margin-top:0;
}

#main ul {
	line-height:1.5em;
}

#main a {
	color:#000;
}

#footer {
	width:820px;
	margin:3px auto;
	text-align:right;
	font-size:13px;
}

#footer img {
	margin:0 2px;
	vertical-align:middle;
	border:1px solid #333;
}

.tabPasseggiata td {
	text-align:center;
	padding-bottom:10px;
}

.tabDicono {
	margin-top:25px;
}

.tabDicono td {
	vertical-align:top;
}

.tabDicono thead {
	font-weight:bold;
	background-color:#EAEAEA;
}

.tabDicono tbody {
	background-color:#FFF;
}

.tabLibri {
	margin-top:25px;
}

.tabLibri td {
	vertical-align:top;
}

.tabLibri thead {
	font-weight:bold;
	background-color:#EAEAEA;
}

.tabLibri tbody {
	background-color:#FFF;
}

.elNews a {
	text-decoration:none;
}

.elNews .dataNews {
	font-weight:bold;
	font-size:13px;
	color:#a6ce39;
}

.rigaNews {
	border-bottom:1px solid #999;
	cursor:pointer;
}

.titNews {
	font-weight:bold;
	font-size:24px;
	color:#a6ce39;
	padding-bottom:5px;
	border-bottom:1px solid #999;
	margin-bottom:10px;
}

.testoNews {
	min-height:350px;
}