@charset "utf-8";
/* CSS Document */

.w-categorie{
	width:100%;
	margin:auto;
	overflow:hidden;
	position:relative;
}

.box-categorie{
	width:218px;
	display:block;
	margin:8px;
	float:left;
	padding:5px;
	position:relative;
	margin-bottom:20px;
	text-align:center;
	text-decoration:none;
}

.box-categorie:hover{
}

.box-categorie h1.t-categoria{
	font-size:20px;
	font-weight:normal;
	margin-bottom:0px;
	margin-top:0px;
	text-align:center;
}

.box-categorie img.immagine-home{
	margin-bottom:5px;
	padding:4px;
	background-color:#F9F9F9;
	border:1px solid #EEEEEE;
}

.box-categorie img.ombra{
	position:absolute;
	bottom:-7px;
	left:0px;
	width:228px;
	height:7px;
}
