@charset "UTF-8";
/* CSS Document */



body {
	font: 1em/1.85em 'Muli', "Arial", sans-serif;
	word-wrap: break-word;
	color: #666;
	-webkit-font-smoothing: antialiased;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	font-weight: light;
	background: #ffffee;
}
a {
	text-decoration: underline;
	outline: none;
	color: #000;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
	color: #000;
}

#content {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.caricatura {
	text-align: center;
	height: auto;
	margin: 0px auto!important;
	width: 1200px;
}

img.rid {
	width: 800px;
	height: auto;
}

.legenda {
	text-align: center;
	height: auto;
	margin: 0px auto 10px;
	background: #ffffff;
}

.logo  {
	text-align: center;
	height: auto;
 margin: 0 auto;
}

.text {
	text-align: center;
}

h2.tit {
	font-size: 30px;
}

h3.tit {
	font-size: 24px;
	text-align: center;
}

h2.tit-cart {
	background: #000;
	border: 2px solid 
}

.calendario {
	width: 800px;
	height: auto;
	margin: 0 auto;
	text-align: center;
}

.marchi {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	margin-top: 50px;
}

#subfooter {
	width: 900px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;	
	background: transparent;
}

#subfooter img {
	margin: 10px 10px;
}