@charset "utf-8";
/* CSS Document */

#colonna_sx{
	width:550px;
	height:auto;
	margin-top:15px;
	float:left;
}

#colonna_dx{
	width:380px;
	height:auto;
	margin-top:15px;
	margin-left:25px;
	float:left;
}


#cont_testo{
	width:550px;
	height:auto;
	padding:0px;
	padding-bottom:15px;
	float:left;
}

#testo_home{
	width:404px;
	height:auto;
	padding:10px;
	padding-left:30px;
	border-top:#CCC 1px solid;
	overflow:hidden;
	text-align:justify;
	float:left;
}

#tit_home{
	width:424px;
	height:auto;
	padding:0px;
	padding-left:10px;
	overflow:hidden;
	float:left;
}

#freccina_home{
	width:auto;
	height:auto;
	padding:2px;
	float:right;
}

#slide_home{
	width:380px;
	height:210px;
	float:left;
}

#in_vetrina{
	width:60px;
	margin-right:300px;
	height:10px;
	background-color:#CCC;
	padding:2px;
	padding-bottom:5px;
	margin-top:25px;
	color:#3A52A4;
	text-align:center;
	font-size:10px;
	font-weight:bold;
	float:left;
}

#vetrina{
	width:auto;
	height:auto;
	border:1px solid #3A52A4;
	border-top:none;
	float:left;
}

#vetrina_cont{
	width:358px;
	height:auto;
	border-top:1px solid #3A52A4;
	padding:10px;
	float:left;
}

#vetrina_img{
	width:150px;
	height:auto;
	overflow:hidden;
	float:left;
}

#vetrina_tit{
	width:auto;
	max-width:170px;
	height:auto;
	margin-left:10px;
	overflow:hidden;
	float:left;
}

#vetrina_txt{
	width:190px;
	height:auto;
	margin-left:10px;
	text-align:justify;
	overflow:hidden;
	float:left;
}

#vetrina_scarica{
	width:auto;
	height:auto;
	overflow:hidden;
	float:right;
}


.vetrina_img{
	width:150px;
}

.vetrina_tit, .vetrina_tit a, .vetrina_tit a:link, .vetrina_tit a:visited, .vetrina_tit a:active {
	font-size:12px;
	font-weight:bold;
	color:#3A52A4;
}

.vetrina_scarica, .vetrina_scarica a, .vetrina_scarica a:link, .vetrina_scarica a:visited, .vetrina_scarica a:active {
	font-size:10px;
	font-weight:normal;
	color:#3A52A4;
}

.vetrina_txt, .vetrina_txt a, .vetrina_txt a:link, .vetrina_txt a:visited, .vetrina_txt a:active {
	font-size:11px;
	color:#333;
}

