@charset "utf-8";
/* CSS Document */

body {
	background:#EEEEF0;
}

.header {
	background:url(../images/background_header.jpg) repeat-x;
	height: 144px;
}


.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}


.element {
  .center-block();
}

#logo {
	width: 324px;
	display:block;
}

/* Set the fixed height of the footer here */
#footer {
  height: 144px;
  background: url(../images/background_footer.jpg) repeat-x;
}

.colore_menu {
	color: #8a8a8a;
}

.colore_menu a:hover{
	background-color:transparent;
	
}

.box_prodotti {
	background: #d2cdd3;
	border: solid 1px #adadb0;
}

.rosso {
	color: #9e0101;
	font-size:22px;
}

.nero {
	color: #333;
	font-size:20px;
}

.giustificato {
	text-align:justify;
	font-size: 90%;
}

.maiuscolo {
	text-transform:uppercase;
}



.spazi_zero {
	margin: 0;
	padding: 0;
}

.interno_prodotto {
	background: #F7F7F7;
}

.header_modal {
	height: 148px;
	
}

.spazio_collezione {
	margin: 23px 0;
}

.bottone_colore {
	border: none;
	padding: 0;
}

