@import url(//fonts.googleapis.com/css?family=Parisienne);
@font-face{ font-family:Museo500; src:url('../../font/Museo500.otf'); }

div.page div.content div.item
{
	width:290px;
	height:260px;
	text-align:center;
	font:36px 'Parisienne', cursive;
	border-radius:14px;
	float:left;
}

div.page div.content div.item span
{
	width:290px;
	height:50px;
	padding:182px 0 28px;
	color:#FFF;
	text-decoration:none;
	display:block;
	background:url('../images/quadro.png');
}

div.page div.content div.center
{
	margin:0 64px;
}

div.page div.content div.item div.hover
{
	width:290px;
	height:260px;
	font:26px 'Museo500', sans-serif;
	background:url('../images/ahover.png');
	display:none;
	position:relative;
}

div.page div.content div.item div.hover table
{
	width:230px;
	height:200px;
	position:absolute;
	left:30px;
	top:30px;
}

div.page div.content div.item div.hover table b
{
	color:#322340;
	font-weight:normal;
}

div.page div.content div.item div.hover a img
{
	position:absolute;
	z-index:1000;
	left:0;
	top:0;
}