/*********************************************************************/
/************** Progetti di Impresa Srl copyright 2009 ***************/
/*********************************************************************/


/*********************************************************************/
/*****                                        ************************/
/*****            GESTIONE DOCUMENTI          ************************/
/*****                                        ************************/
/*********************************************************************/

#boxGestioneDocumenti{
	float: left;
	width: 99%;
	position:relative;
}

#boxGestioneDocumenti .sfondo2 { 
	margin: 1em 0;
	font-weight: bold;
	font-size: 100%;
	border-bottom: 2px solid #990134;
	color:#990134;
	background:#F5F5F5;
}

#boxGestioneDocumenti .documento {
	margin: 5px 0 0 0;
	padding-bottom: 3px;
	width: 100%;
	font-size: 85%;
}

#boxGestioneDocumenti .documento H1 {
	color: #990033;
	font-weight: bold;
	padding:0px;
	margin: 0;
	font-size: 105%;
	border-bottom: 3px double #990033;
	text-decoration: none;
}

#boxGestioneDocumenti H5 {
	margin: 1px;
	font-weight: normal;
	font-size: 90%;
	width: 100%;
}

#boxGestioneDocumenti H6 {
	margin-bottom: 16px;
	font-size: 90%;
	font-weight: bold;
}

#boxGestioneDocumenti .allegato {
	clear: both;
	float: left;
	margin-left: 5px;
	width: 95%;
}



#boxGestioneDocumenti .spiacente{
	display:block;
	clear:both;
	margin:.5em 0;
	float:left;
	width:100%;
}

#boxGestioneDocumenti .spiacente img{
	vertical-align:middle;
}
