﻿.home-box
{
	float:left;
	width:100%;
	margin-top:20px;
	
}
.home-box .box
{
	float:left;
	width:220px;
	margin-right:10px;
	border-bottom:3px double #999;
	min-height:185px;
}

.in-evidenza
{
}

.home-box .box .in-evidenza .header
{
	background:url(../media/img/bgHeaderBoxHome.png) no-repeat;
	line-height:35px;
	padding-left:30px;
	text-transform:uppercase;
	font-weight:bold;
	color:#fff;
}

.in-evidenza .header .title a 
{ 
	color:#fff; 
	font-size:1.3em;
	font-weight:bold;
}
.in-evidenza .header .title a:hover { color:orange; }

.in-evidenza .banner
{
	width:220px;
	height:60px;
	background:url(../media/img/boxImgDefault.gif) no-repeat;
}
.in-evidenza .banner img
{
	width:220px !important;
	height:60px !important;
}

.box-progetti .banner
{
	background:url(../media/img/boxProgettiImg.gif) no-repeat;
}
.box-progetti2 .banner
{
	background:url(../media/img/boxProgetti2Img.gif) no-repeat;
}

.in-evidenza .ombra
{
	width:220px;
	height:20px;
	position:relative;
	top:-8px;
	background:url(../media/img/ombra.png) no-repeat;
}

.in-evidenza .document
{
	position:relative;
	top:-10px;
}

.in-evidenza .document .title
{
	font-weight:bold;
	text-transform:uppercase;
}

.in-evidenza .document .description
{
}

.in-evidenza .selector .linkbutton
{
	display:block;
	float:right;
	width:55px;
	text-align:center;
	line-height:23px;
	font-weight:bold;
	background: url(../media/img/bgBtnOrange.png) no-repeat;
}

.in-evidenza .selector .goto
{
	margin-top:10px;
}





