/*********************  BODY */
body {
    background-color: #ffffff;
    font-family:Geneva, Arial, Helvetica, sans-serif;

    }



/*********************  MENU IN ALTO */

/* titolo del sito */
.titolo_sito span {
	background-color:#252308;
	color:#FFFFFF;
	font-size:18px;
	}
	
/* titolo del sito link */
.titolo_sito span a {
	color:#FFFFFF;
	text-decoration: none; /* none | underline */ 
	}

/* titolo del sito link rollover */
.titolo_sito span a:hover {
	color:#eddab8;
	text-decoration: underline; /* none | underline */ 
	}

/* sottotitolo del sito */
.titolo_sito .menu_sito {
	background-color:#252308;
	font-size:14px;
        color:#ffffff;
	}

/* sottotitolo del sito link */
.titolo_sito .menu_sito a {
	color:#ffffff;
	text-decoration: underline; /* none | underline */ 
	}

/* sottotitolo del sito rollover */
.titolo_sito .menu_sito a:hover {
	color:#000000;
	text-decoration: underline; /* none | underline */ 
	}

 
/*********************  MENU */

/* voce menu background e font-size */
.menu .maincat {
	background-color: #000000;
	color:#FFFFFF;
	font-size: 14px;
	}

/* voce menu link */
.menu .maincat a {
	text-decoration:none;
	color:#FFFFFF;
	}

/* voce menu link rollover */
.menu .maincat a:hover {
	text-decoration:none;
	color:#FFFFFF;
	}
 

/********************* ANTEPRIME */

/* titolo anteprima */
.previewcell span {
	background-color: #ff8569;
	font-size: 14px; 
	} 
 
/* sottotitolo anteprima */
.previewcell .subtitlepreview {
	background-color: #ff8569;
	}

/*********************  TITOLO PROGETTO / PAGINA */
.titolo_progetto  {
	background-color: #ff8569;
	color: #000000;
	font-size: 14px;
	}

.sottotitolo_progetto  {
	background-color: #ff8569;
	color: #000000;
	font-size: 14px;
	}

/*********************  PARAGRAFI */

/* titolo paragrafo */
.titolo_paragrafo {
	background-color: #eddab8;
	padding-bottom: 2px;
	margin-bottom:2px;
	font-size: 16px;
	}

/* stile paragrafo */	
.paragrafo_progetto {
	background-color: #eddab8;
	width: 400px;
	text-align: justify;
	font-size: 12px;
	}

/* link nel paragrafo */	
.paragrafo_progetto a {
	color: #000000;
	}	
	
/* rollover nel paragrafo */	
.paragrafo_progetto a:hover {
	color: #000000;
	}		

