@charset "UTF-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:0.7em;
	color:#333;
}
a:link, a:visited{
	font-weight:bold;
	color:#a9ca00;
	text-decoration: none;
}
a:hover{
	font-weight:bold;
	color:#00bafc;
	text-decoration: none;
}
p{
	text-align:justify;
}
h2{
	border-bottom:1px dotted #cccccc;
	color:#333333;
	display:block;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	margin-bottom: 5px;
	
}

h5 {
border-bottom:1px dotted #a9ca00;
color:#333333;
display:block;
font-size:11px;
font-weight:bold;
line-height:13px;
margin:0;
padding:5px 0 5px 0px;
text-decoration:none;
text-transform:uppercase;
}
.clearfloat{
		clear:both;
		height:1px;}
.contiene_slide{
	width:360px;
	float:right;
	padding-right:40px;}
.contiene_slide h2{
	font-size:105%;
	}
#contiene_articolo{
	padding-right:440px;
	padding-left:40px;
	padding-top:2px;
	}
