body {
	background-image: url(../immagini/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-attachment: fixed;
}

.img-responsive{width:100%}

.news-box{
	margin:5px 0
}
/******************************* GENERALE *******************************/

div.breadcrumb span {
	color: #939598;
}

div.boxRightContacts {
	margin: 30px auto 20px auto;
}

p#descrizioneCategoria {
	padding: 10px 0;
	text-align: justify;
	font-style: italic;
	font-size: 11px;
}

div#contEsposizione {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0 0 30px 0;
	position: relative;
}

div.pagesAmount {
	width: 100%;
	height: 20px;
	position: absolute;
	bottom: 5px;
	left: 0;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

/********************************** CATEGORIE ***************************/

div#elencoCategorie {
	width: 100%;
	height: auto;
	margin: 15px auto 0 auto;
	padding: 0;
}

div.contBoxCat {
	width: 175px;
	height: 200px;
	margin: 20px 0 0 0;
	padding: 0;
	float: left;
	display: inline;
	overflow: hidden;
}

a.contBoxCatImg {
	width: 150px;
	height: 150px;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #808080;
	display: block;
	overflow: hidden;
}

a.contBoxCatImg img {
	width: 150px;
	height: 150px;
	margin: 0;
	padding: 0;
	border: 0;
}

a.contBoxCatNome {
	width: 150px;
	height: 32px;
	line-height: 16px;
	margin: 0 auto;
	padding: 8px 0;
	text-align: center;
	color: #5a5a5a;
	display: block;
	overflow: hidden;
}

a:visited.contBoxCatNome {
	color: #5a5a5a;
}

a:hover.contBoxCatNome {
	color: #16952C;
}

/********************************** PRODOTTI ****************************/

div#elencoRecord {
	width: 100%;
	height: auto;
	margin: 15px auto 0 auto;
	padding: 0;
}

div.contBoxNews {
	width: 100%;
	height: 100px;
	margin: 0;
	padding: 0 0 25px 0;
	overflow: hidden;
	position: relative;
}

div.contBoxNewsImg {
	width: 135px;
	height: 90px;
	margin: 5px 0;
	padding: 0;
	float: left;
	display: inline;
	overflow: hidden;
}

div.contBoxNewsImg a {
	width: 135px;
	height: 90px;
	margin: 0;
	padding: 0;
	text-align: center;
	display: block;
	position: relative;
}

img.immagineNewsImgLink {
	margin: 0 auto;
	z-index: 201;
}

img.immagineNewsImgCornice {
	width: 135px;
	height: 90px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 202;
}

div.contBoxNewsScheda {
	width: 460px;
	height: 90px;
	margin: 5px 0;
	padding: 0 0 0 10px;
	float: left;
	display: inline;
	overflow: hidden;
}

p.dataNews {
	width: 100%;
	height: 14px;
	line-height: 14px;
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #16952C;
	overflow: hidden;
}

h2.nomeNews {
	width: 100%;
	height: 56px;
	line-height: 28px;
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: normal;
	text-transform: none;
	overflow: hidden;
	text-align: left;
}

h2.nomeNews a, h2.nomeNews a:visited {
	color: #5a5a5a;
}

h2.nomeNews a:hover {
	color: #16952C;
}

p.descrizioneNews {
	width: 100%;
	height: 48px;
	line-height: 16px;
	margin: 0;
	padding: 0;
	text-align: justify;
	color: #231f20;
	overflow: hidden;
}

a.continuaNews, a:visited.continuaNews {
	color: #5a5a5a;
}

a:hover.continuaNews {
	color: #16952C;
}
