﻿/* CORPO DELLA PAGINA */
.corpoPagine {
	display: block;
	float: none;
	clear: both;
	margin: auto;
	width: 650px;
	background-color: #fff;
	border: 1px solid #fff;
	border-top: 0px;
	background-image: none;
}
/* CORPO DELLA PAGINA */

/* TESTATA DEL SITO */
.testata {
	display: none;
}
.testataStampa{
	display: block;
	float: none;
	clear: both;
	margin: auto;
	width: 650px;
	background-color: #000;
}
/* TESTATA DEL SITO */

/* MENU DI NAVIGAZIONE  */
ul#menu {
	display: none;
}
/* MENU DI NAVIGAZIONE  */

/* COLONNA SX */
.corpoPagine .colonnaSx {
	display: none;
}
/* COLONNA SX */

/* COLONNA CENTRALE */
.corpoPagine .colonnaCentrale {
	display: block;
	float: left;
	clear: both;
	width: 650px;
	padding: 0px;
	margin-right: 6px;
	margin-bottom: 20px;
	background-image: none;
}
/* COLONNA CENTRALE */

/* NAVBAR */
.corpoPagine .colonnaCentrale .navbar{
	display: none;
}
/* NAVBAR */

/* FOOTER */
.corpoPagine .footer{
	display: block;
	float: left;
	clear: both;
	margin: auto;
	width: 650px;
	background-color: #006ab2;
	background-image: none;
}
.corpoPagine .footer .certificazioni{
	display: none;
}
.corpoPagine .footer .datiIPI{
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	float: none;
	clear: both;
	margin: auto;
	width: 100%;
	text-align: center;
	color: #fff;
	line-height: 15px;
	padding: 20px 20px 0px 0px;
}
.corpoPagine .footer .datiIPI span{
	display: none;
}
.corpoPagine .footer .datiIPI a{
	color: #fff;
}
.corpoPagine .footer .datiIPI strong{
	font-size: 15px;
}
/* FOOTER */

/* SCHEDA DETTAGLIATA IMMOBILI */
.corpoPagine .colonnaCentrale .schedaDettagliata .intestazione a{
	display: none;
}
.corpoPagine .colonnaCentrale .schedaDettagliata .fotoStampa
{
	display: block;
	float: left;
	clear: both;
	width: 650px;
	background-color: #ededed;
	padding: 5px 0px 5px 0px;
	text-align: center;
}
/* BLOCCO DEI MEDIA - FOTO - PLANIMETRIE - MAPPE */
.corpoPagine .colonnaCentrale .schedaDettagliata .contenitoreMedia{
	display: none;
}
/* BLOCCO DEI MEDIA - FOTO - PLANIMETRIE - MAPPE */
/* IMMAGINE GRANDE */
.corpoPagine .colonnaCentrale .schedaDettagliata .contenitoreMedia .contieniFoto .media{
	display: none;
}
.corpoPagine .colonnaCentrale .schedaDettagliata .contenitoreMedia .contieniFoto .mappaGoogle{
	display: block;
	float: left;
	clear: both;
	width: 650px;
	height: 450px;
	background: no-repeat center;
	background-color: #fff;
}
/* IMMAGINE GRANDE */
/* BOTTONI IMMOBILE */
.corpoPagine .colonnaCentrale .schedaDettagliata  .menuImmobile {
	display: none;
}
/* BOTTONI IMMOBILE */
/* DATI DELL'IMMOBILE */
.corpoPagine .colonnaCentrale .schedaDettagliata .datiImmobile {
	display: block;
	float: left;
	clear: both;
	width: 630px;
	margin-top: 5px;
	padding: 0px 5px 5px 5px;
	border: 5px solid #ebebeb;
}
.corpoPagine .colonnaCentrale .schedaDettagliata .datiImmobile ul li{
	display: block;
	float: left;
	width: 47%;
	margin: 0px 4px 2px 0px;
	list-style-type: circle;
	background-color: #ebebeb;
	padding: 5px;
}
/* SCHEDA DETTAGLIATA IMMOBILI */
/* TASTO BACK */
.corpoPagine .colonnaCentrale .schedaDettagliata .indietroBottom {
	display: none;
}
/* TASTO BACK */