*{
	/* Resetting the default styles of the page */
	margin:0;
	padding:0;
}

body{
	/* Setting default text color, background and a font stack */
	font-size:0.825em;
	color:#666;
	background-color:#fff;
	font-family:Verdana,Arial, Helvetica, sans-serif;
}

.sponsorListHolder{
/*	margin-bottom:30px; */
	margin:auto;
	text-align:center;
}

.sponsor{
	width:150px;
	height:100px;
	float:left; 
	margin:1px;
	
	/* Giving the sponsor div a relative positioning: */
	position:relative;
	cursor:pointer;

}

.sponsorFlip{
	/*  The sponsor div will be positioned absolutely with respect
		to its parent .sponsor div and fill it in entirely */
	margin:auto;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
/*	border:1px solid #ddd;	*/
/*	background:url("img/fondopellicola.jpg") no-repeat center center #000000;  */

/*	background-color:#000000; */
}
.sponsorFlip2{
	/*  The sponsor div will be positioned absolutely with respect
		to its parent .sponsor div and fill it in entirely */
	margin:auto;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	/*	border:1px solid #ddd;	
/*	background:url("img/piccola-background.jpg") no-repeat center center #f9f9f9; */
	display:none;
}
.sponsorFlip:hover{
/*
	border:1px solid #999;  */
	
	/* CSS3 inset shadow: */
/*	-moz-box-shadow:0 0 30px #999 inset;
	-webkit-box-shadow:0 0 30px #999 inset;
	box-shadow:0 0 30px #999 inset;
*/	
}

.sponsorFlip img{
	/* Centering the logo image in the middle of the sponsorFlip div */
	
/*	position:absolute;
/*	top:50%;
	left:50%;
	margin:-70px 0 0 -70px; */
}
/* NON SERVE */
.sponsorData{
	/*  The sponsor div will be positioned absolutely with respect
		to its parent .sponsor div and fill it in entirely */
	display:none;
	margin:auto;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	border:1px solid #ddd;	

/*	background:url("img/big-background.jpg") no-repeat center center #f9f9f9; */
}

.sponsorDescription{
	font-size:13px;
/*	padding:50px 10px 20px 20px;*/
	font-style:italic;
	color:#B5B5B5;
}

.sponsorURL{
	font-size:10px;
	font-weight:bold;
	padding-left:20px;
}

.clear{
	/* This class clears the floats */
	clear:both;
}


/* The styles below are only necessary for the styling of the demo page: */

#main{
	position:relative;
	margin:0 auto;
	width:912px;
/*	background-color:#CCCCCC; */
	text-align:center;
	
}
#contenitoreflash {
	position:relative;
	margin:0 auto;
	z-index:1;
/* 	visibility:hidden; */

}
h1{
	padding:30px 0;
	text-align:center;
	text-shadow:0 1px 1px white;
	margin-bottom:30px;
	background:url("img/page_bg.gif") repeat-x bottom #f8f8f8;
}

h1,h2{
	font-family:"Myriad Pro",Arial,Helvetica,sans-serif;
}

h2{
	font-size:14px;
	font-weight:normal;
	text-align:center;
	
	position:absolute;
	right:40px;
	top:40px;
}

.note{
	font-size:12px;
	font-style:italic;
/*	padding-bottom:20px; */
	text-align:justify;
	
	
}

.titoli{
	font-size:20px;
	font-style:italic;
	text-align:left;
	color:#F4F4F4; 
}
.frasiadeffetto{
	font-size:18px;
	font-style:italic;
/*	font-weight:bold;*/
	color:#F4F4F4; 
	text-align:center;
}

.linkadulti{
	font-size:124x;
/*	font-style:italic; */
	text-align:center;
	color:#CCCCCC; 

}

a, a:visited {
	color:#0196e3;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;
}

a img{
	border:none;
}
