/* **----------------------------------------------------------------------------------------------** */ 
/* ** http://host.uniroma3.it/centri/CREI - CREI Centro di Ricerca sull'Economia delle Istituzioni ** */
/* ** crei_stampa.css - creato da Francesca Vaino - vaino@uniroma3.it  - marzo 2006                ** */
/* ** foglio di stile per la stampa delle pagine                                                   ** */
/* **----------------------------------------------------------------------------------------------** */
body {
	background-color: #FFF;
}
	.alt {
		display: block;
		font-weight: bold;
		font-size: 1.5em;
		text-align: center;
		color: #000;
	}
	.acc {
		display: none;
	}
	.lin {
		display: none;
	}

/* ** #Testa ** */
#Testa {
	display:none;
}
/* ** #Logo ** */
#Logo {
	display:none;
}

/* ** #Percorso ** */			
#Percorso {
	display:none;
}
/* ** #Barranav ** */
#Barranav{display:none;
}
/* ** #Corpo ** */				
#Corpo {
	border: none;
}
/* ** .contenuto ** */
.contenuto {
	float: left; width: 100%;
}

/* ** #Cuore ** */
#Cuore {border: none;width: 80%; padding-bottom: 10px;  
}
#Cuore p {margin: 20px;
}

/* ** #Cuore ** 	
#Cuore {
	
	margin-left: 0px;
	margin-right: 25px;
	background-color: #FFF;
}*/
/* ** #Piede ** */
#Piede {display:none;
}

