@charset "UTF-8";
/* CSS Document */
.boxarticolo {
	background-image: url(../img/new_template/bg_boxarticolo.gif);
	height: 259px;
	width: 570px;
	position: relative;
	background-repeat: no-repeat;
}
.boxarticolo .titolo_articolo {
	height: 23px;
	width: 373px;
	position: absolute;
	left: 74px;
	top: 19px;
}
.boxarticolo .autore {
	height: 20px;
	width: 100px;
	float: right;
	left: 455px;
	top: 19px;
	font-size: 85%;
	text-align: right;
	position: absolute;
}
.boxarticolo .data {
	width: 47px;
	height: 70px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 130%;
	line-height: 15px;
	color: #FFF;
	text-align: center;
	position: absolute;
	left: 18px;
	top: -2px;
}
.boxarticolo .categoria {
	width: 46px;
	height: 70px;
	color: #FFF;
	position: absolute;
	left: 17px;
	top: 197px;
}
.boxarticolo .text {
	width: 480px;
	height: 189px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #000;
	margin-left: 75px;
	margin-top: 12px;
	position: absolute;
	left: 4px;
	top: 38px;
}
