@charset "utf-8";
body{
	margin: 0px;
	padding:0px;
	background-color: #FFFFFF;
	}



#info {
	height:300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin:120px 0 0 0;
	padding:0px;
	background-color: #fff;
	width:235px;
	float:left;
}


	#enlarge {
		position:relative; 
		padding:0;
		width:200px;
		height:300px;
		margin:2em auto;
		list-style-type:none;
	}
	#enlarge li {
		display:block;
		width:200px;
		height:30px;
		line-height:30px;
	}
	#enlarge li#backing {
		position:absolute; 
		top:0; 
		left:0; 
		width:200px; 
		height:300px;}
		
	#enlarge li#backing span {
		display:block; 
		width:300px; 
		height:30px; 

		}
	#enlarge li a {
		display:block;
		width:200px;
		height:30px;
		overflow:hidden;
		position:relative;
		z-index:100;
		color:#333;
		text-decoration:none;
	}
	
	a {
outline : none;
-moz-outline: none;
}


	#enlarge li a span, #enlarge li a em {
		display:block;
		height:30px;
		overflow:hidden;			
		cursor:pointer;
		text-indent:-1000px;
	}
	#enlarge li a:hover {
	position:absolute;
	top:0;
	left:0;
	width:220px;
	height:215px;
	z-index:1;
	background:transparent;
	color: #333;
	}
	#enlarge li a:hover span {
		text-indent:0px;
		background:#FFF;
	}

	.big {
		font-size:1em;
	}
	.bigger {
		font-size:1.15em;
	}
	.biggest {
		font-size:1.4em;
	}


.titolo{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 40px;
	color: #efefef;
	margin:0px;
	padding:0px;
}

p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #666666;
	padding:3px;
}

a:link, a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-decoration: none;
	font-weight: normal;
}

a:hover{
	text-decoration: underline;
	color: #999;
}

