#content.linee {
	padding: 0;
}
.cat {
	padding: 10px;
	color: #fff;
	background: rgb(110,169,209);
	background: -moz-linear-gradient(top,  rgba(110,169,209,1) 0%, rgba(5,112,168,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(110,169,209,1) 0%,rgba(5,112,168,1) 100%);
	background: linear-gradient(to bottom,  rgba(110,169,209,1) 0%,rgba(5,112,168,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ea9d1', endColorstr='#0570a8',GradientType=0 );

}
.cat ul.reset li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px 0 0;
	font-size: 1em;
	line-height: 1em;
	text-decoration: underline;
}
.cat ul.reset li span {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 5px;
	text-decoration: none;
}
.cat h1, .cat h2 {
	/*display: inline-block;
	vertical-align: middle;*/
	display: inline;
	margin: 0;
	color: #fff;
	font-size: 1em;
	line-height: 1em;
	font-weight: bold;
	text-decoration: underline;
}
.cat h2 a {
	color: #fff;
	font-weight: normal;
}
.name {
	padding: 10px;
}


.presenti {
	padding: 10px 30px;
	color: #026299;
	font-size: 18px;
}

ul.reset.groups {
	text-align: center;
}
ul.reset.groups li {
	display: inline-block;
	vertical-align: top;
	width: 140px;
	margin: 10px 30px;
	text-align: center;
	font-size: 13px;
}
ul.reset.groups li .thumb {
	position: relative;
	height: 140px;
	margin: 0 0 5px 0;
}
ul.reset.groups li .thumb img {
	display: block;
}
ul.reset.groups li .thumb::before {
	content: url("../img/vai_dettaglio.png");
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 0;
}
ul.reset.groups li a div {
	color: #026299;
}
ul.reset.groups li a:hover div {
	text-decoration: underline;
}
