@charset "UTF-8";
/* CSS Document */

div#contentLeft {
	width:380px;
	float:left;
}

div#contentRight {
	width:381px;
	float:right;
}

div#video {
	margin-bottom:20px;
}

/*** lista eventi home ***/
ul#eventiHome {
	list-style:none;
}
ul#eventiHome li{
	border-bottom:#999 1px dotted;
	padding:12px 0;
}
ul#eventiHome h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#ef9529;
}

/*** catalogo ***/
.catalogoHome {
	margin:20px 0 0 34px;
}

.facebook {
	margin:20px 0 0 105px;
}
/*** POP UP APERTURA SITO***/
div#introduzione {
	position:absolute;
	background-image:url(../images/palioContinua.png);
	width:300px;
	height:381px;
	z-index:1000;
	top:30px;
	right:100px;
}
a#close {
	position:absolute;
	z-index:1100;
	top:16px;
	left:18px;
}