/* **-----------------------------------------------------------------------------------------** */ 
/* ** host.uniroma3.it/uffici/urp - Ufficio Rapporti con il Pubblico                          ** */
/*	** urp_stampa.css - Francesca Vaino - vaino@uniroma3.it     - giugno 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: #009;
		margin-bottom: 15px;
	}

/* ** #Testa ** */		
		#Testa {
			display:none;
		}

/* ** #Percorso ** */			
		#Percorso h2 {
			display:none;
		}
/* ** #Titol ** */
#Titol h1 {
	text-align: center;
	margin: 0px;
	border: none;
}
#Titol h2 {
	text-align: center;
	margin: 0px;
	border: none;
}
/* ** #Corpo ** */				
#Corpo {
	border: none;
}

/* ** #Lato ** */	
#Lato * {
	display:none;
}

/* ** #Cuore ** */	
#Cuore {
	margin-left: 0px;
	margin-right: 25px;
	background-color: #FFF;
}
		.torna { /*ritorno*/
	   	display:none;
		}
		.tornaevi { /*ritorno come centroevi*/
	   	display:none;
		}
/* ** #Barranav ** */	
#Barranav  {
	display:none;
}
/* ** #Piede ** */	
#Piede {
	display:none;
}
