.link{
	width: 880px;
	height: 149px;	
	border-top: solid 1px #bfbfbf;
	margin-top: 20px;
	margin-left: 30px;
	padding-bottom: 40px;
}

.link .info{
	float: left;
	width: 570px;
	height: 149px;
}

.link .info p.titolo_link{
	font-size: 18px;
	margin-top: 10px;
	color: #006aaa;
}

.link .info p.titolo_link span{
	font-size: 14px;
	margin-left: 10px;
}

.link .info p.titolo_link span a{
	text-decoration: none;
	color: #4d96c9;
}

.link .info p.testo_link{
	font-size: 16px;
	margin-top: 10px;
	line-height: 18px;
	text-align: justify;
	color: #786c62;
}


.link .foto{
	position: relative;
	float: left;
	width: 310px;
	height: 150px;
}

.link .foto .mask{
	position: absolute;
	width: 310px;
	height: 150px;
	background-image: url(../layout/mask.png);
}

.link .foto img{
	width: 290px;
	height: 150px;
	margin-left: 20px;
	border-radius: 0px 0px;
}