/*elementi generici del sito*/
a{ text-decoration: none; color: #363636;}

a img{ 
	border: 0; 	 
}

a:hover{ text-decoration: underline; }

body{
	color: #000000;
	font: 11px Tahoma,Verdana,Arial,Helvetica,sans-serif;
	margin: 0;
	padding: 0;
}


div#menu_rapido{
	left: -1000px;
	overflow: hidden;
	position: absolute;
	top: -1000px;
}

h3 a{
	background: #000000;
	line-height: 1.5em;
	-moz-border-radius: 5px;
	padding: 2px 10px;
	-webkit-border-radius: 5px;
	font-size: 12px;
}

hr{ color: #eeeeee; height: 1px; width: 90%; }

.alt{
	height: 1px;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: -500px;
	width: 1px;
}

.border{ border: 1px solid #ff0000; }

.border2{ border: 1px solid #008000; }

.center{ text-align: center; }

.centro{ margin: 0 auto; }

.clear{ clear: both; }

.float_l{ float: left; }

.float_r{ float: right!important; }

.justify{ text-align: justify; }

.normal{ font-weight: normal; }

.right{ text-align: right; }

.rounded{
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.rounded_bottom{
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
}

.roundedlight{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.smalltext{ color: #000000; font-size: 0.7em; }

.paging {
	text-align: right;
	float: right;
	padding: 0;
	margin:10px;
	line-height: 25px;
}

.paging li {
	float: left;
	padding: 0px 5px 0px 2px;
	list-style-type: none;
	font-weight: bold;
}

.paging li a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.paging li a:hover {
	text-decoration: none;
}

.box_abstract ul .active {
	font-weight: bold;
}

