
body {
	background-image: url(../immagini/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-attachment:fixed;
}
/*.carousel {
  border: 3px solid #BFE700;
  margin: 0 0 20px 20px;
  position: relative;
}*/
div.breadcrumb {
	line-height: 18px;
	padding: 6px 0;
}
div.regularPage h1 {
	line-height: 35px;
	min-height: 35px;
	padding: 8px 0;
}
/******************************* GENERALE *******************************/

div.boxRightAzioni {
	width: 176px;
	height: 70px;
	margin: 30px auto 20px auto;
	padding: 10px 15px;
	border-radius: 6px 6px 6px 6px;
	background: #f3f3f3;
}
div.boxRightAzioni p {
	height: 30px;
	line-height: 30px;
	margin: 0;
	padding: 0;
	color: #6D6B6B;
	font-size: 10px;
	text-transform: uppercase;
}
div.boxRightAzioni p a {
	color: #6D6B6B;
	text-decoration: none;
	font-size: 10px;
}
div.boxRightAzioni p a:visited {
	color: #6D6B6B;
	text-decoration: none;
}
div.boxRightAzioni p a:hover {
	color: #6D6B6B;
	text-decoration: none;
}
a.icoAzione {
	width: 20px;
	height: 20px;
	line-height: 20px;
	margin: 5px 5px 0 0;
	padding: 0;
	display: block;
	float: left;
}
a.testoAzione {
	width: 150px;
	height: 20px;
	line-height: 20px;
	margin: 5px 0 0 0;
	padding: 0;
	display: block;
	float: left;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
/********************************** CATEGORIE ***************************/

div#contEsposizione {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0 0 30px 0;
	text-align: justify;
	position: relative;
}
div#contEsposizione p {
	height: auto;
	line-height: 18px;
	margin: 0;
	padding: 0 0 15px 0;
	color: #5a5a5a;
	font-size: 14px;
	text-align: justify;
}
div.contSlides {
	width: 300px;
	height: 300px;
	margin: 0 0 10px 10px;
	padding: 0; /*border: 1px solid #ccc;*/
	float: right;
	display: inline;
	overflow: hidden;
	position: relative;
}
div.contSlides img {
	width: 300px;
	height: 300px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	z-index: 100;
}
div.contSlides .prevSlide {
	width: 20px;
	height: 300px;
	line-height: 300px;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #fff;
	background: #ccc;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 150;
	cursor: pointer;
}
div.contSlides .nextSlide {
	width: 20px;
	height: 300px;
	line-height: 300px;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #fff;
	background: #ccc;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 150;
	cursor: pointer;
}

