/* GLOBAL */

* {
	margin:0;
	border:0;
	padding:0;
	}

body {
	text-align:left;
	font-family: Times New Roman, Arial, Helvetica, sans-serif;
	font-size:85%;
	}

hr {
	margin:10px 0 10px 0;
	border-top:1px solid #ccc;
	height:1px;
	}
	
.nascosto {
	position:absolute;
	left:-1000em;
	top:-1000em;
	}	
	
/*****************************************/
/***** CONTENITORE GENERALE ******/
/*****************************************/


/**************************************************/
/***** HEADER, MENU PRINCIPALE, MENU INTERNO ******/
/**************************************************/

/* header home page  */



/* menu principale */

.menu {
	display:none;
	}


/* menu interno */

#menu_interno {
	display:none;
	}

/*****************************************/
/***** COLONNA SINISTRA HOME ******/
/*****************************************/


	
/*****************************************/
/***** COLONNA DESTRA HOME ******/
/*****************************************/


/*****************************************/
/***** CORPO CENTRALE ******/
/*****************************************/

#centrale {
	width:760px;
	text-align:left;
	margin:0 4px 0 4px;
	padding:0 0 20px 0;
	line-height:18px;
	background:url(../immagini/sfondo_centrale.gif) repeat;
	}
	
/* Div aerea del testo usato quando è presente il menu a sinistra  */



/*****************************************/
/***** PUBBLICAZIONI ******/
/*****************************************/

.descrizione_volume {
	margin:3px 30px;
	font-weight:bold;
	font-size:90%;
	}

.link_descrizione, .link_indietro, .link_home, .link_indietro, .link_home {
	display:none;
	}
	


a:hover.link_descrizione, a:hover.link_indietro, a:hover.link_home {
	text-decoration:underline;
	color:#000;
	}

.saggio {color:#999;}

#area_testo ul li a {
	text-decoration:underline;
	color:#721605;
	}
	
#area_testo ul li a:hover{text-decoration:none;}

/*****************************************/
/***** IMMAGINI ******/
/*****************************************/

/***** MINIATURA HOME ******/

.mini {margin-top:10px;}

.foto_dx, .foto_copertina {
margin:10px 0 10px 0;
	}


/*****************************************/
/***** CLASSI GENERICHE ******/
/*****************************************/

.clear {clear:both;}

/*****************************************/
/***** FOOTER ******/
/*****************************************/

#footer {
	text-align:center;
	font-size:90%;
	}



.linkfooter a:link, .linkfooter a:visited, .linkfooter a:hover {
	display:none;
	}
	

