.banner_comefunziona {
	background-color: #3d3d3d;
	float: left;
	height: 170px;
	width: 980px;
	background-image: url(../images/bg_banner.png);
	background-repeat: no-repeat;
	background-position: left -150px;
}


.container_categorie {
	float: left;
	width: 700px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.cubo_categorie {
	float: left;
	height: 100px;
	width: 100px;
	background-color: #f9f9f9;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(249, 249, 249)), to(rgb(233, 233, 233)));
	background-image: -webkit-linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
	background-image: -moz-linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
	background-image: -o-linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
	background-image: -ms-linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
	background-image: linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f9f9f9', EndColorStr='#e9e9e9');
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 25px;
	border-radius:5px;
	box-shadow:0 0 3px rgba(0, 0, 0, 0.2);
}
.cubo_categorie span {
	height: 100px;
	width: 100px;
	float:left;
}
.cubo_categorie:hover {
	background-color: #a1d2f4;
background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(161, 210, 244)), to(rgb(129, 188, 229)));
background-image: -webkit-linear-gradient(top, rgb(161, 210, 244), rgb(129, 188, 229));
background-image: -moz-linear-gradient(top, rgb(161, 210, 244), rgb(129, 188, 229));
background-image: -o-linear-gradient(top, rgb(161, 210, 244), rgb(129, 188, 229));
background-image: -ms-linear-gradient(top, rgb(161, 210, 244), rgb(129, 188, 229));
background-image: linear-gradient(top, rgb(161, 210, 244), rgb(129, 188, 229));
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#a1d2f4', EndColorStr='#81bce5');
cursor:pointer;
}
/*
.bar:hover, .palestre:hover, .negozi:hover, .residance:hover, .libri:hover, .stabilimenti_balneari:hover, .internet_point:hover, .ristorante:hover, .camping:hover, .comuni_big:hover, .categorie:hover, .hotel:hover {
background-position: 0 -100px;

}*/
.bar {
	background-image: url(../images/slider/big_bar.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.ristorante {
	background-image: url(../images/slider/big_ristorante.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.palestre {
	background-image: url(../images/slider/big_palestre.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.negozi {
	background-image: url(../images/slider/big_negozi.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.residance {
	background-image: url(../images/slider/big_residance.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.libri {
	background-image: url(../images/slider/big_librerie.png);
	background-repeat: no-repeat;
}

.stabilimenti_balneari {
	background-image: url(../images/slider/big_stabilimenti_balneari.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.internet_point {
	background-image: url(../images/slider/big_internet_cafe.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.comuni_big {
	background-image: url(../images/slider/big_comuni.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.hotel {
	background-image: url(../images/slider/big_hotel.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.categorie {
	background-image: url(../images/slider/big_categorie.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.camping {
	background-image: url(../images/slider/big_camping.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}


.titolo_content {
	background-position: left bottom;
	width:100%;
	margin-bottom:15px;
	padding-top:10px;
}
.testo_top {
	width: 700px;
	margin-left: 0px;
	text-align:justify;
	margin-bottom:20px;
}
.testo_top span { color:#0092DE; font-weight:bold}.testo_top .riga_hotspot {
	float: left;
	width: 600px;
	margin-left: 50px;
	padding-left: 40px;
	background-image: url(../images/spunta_blu.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 25px;
	font-size: 12px;
	line-height: 25px;
	font-weight: bold;
	color: #0092DE;
	margin-top: 5px;
	margin-bottom: 5px;
}
.testo_top img { margin-right:15px;}

.cubo_categorie font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 30px;
	width: 100px;
	text-align: center;
	line-height: 30px;
	float: left;
	color: #0092DE;
}
.titolo_banner_small{
	margin-left:324px;
}