/*CONTENUTI----------------------------------------*/

div#cnt h1	{
				font-size: 1em;
				color: black;
				padding-left: 5px;
			}
div#cnt h2	{
				font-size: .9em;
				color: black;
				padding-left: 5px;
			}
div#cnt h3	{
				font-size: .8em;
				color: black;
				padding-left: 5px;
			}
div#cnt h4	{
				font-size: .8em;
				color: #637557;
				padding-left: 5px;
			}
div#cnt h5	{
				font-size: .7em;
				color: black;
				padding-left: 5px;
			}
div#cnt h6	{
				font-size: .7em;
				color: #990000;
				padding-left: 5px;
			}



/*HOMEPAGE-------------------------------------------*/

div#pers					{
								width: 45%;
								margin-right: 2%;
								background-image: url("../images/sfondoh.jpg");
								background-repeat: repeat-x;
							}
div#az						{
								float: right;
								margin-right: 2%;
								width: 45%;
								background-image: url("../images/sfondoh.jpg");
								background-repeat: repeat-x;
							}
div#az	hr					{
			 					clear: both;
			 					color: white;
							}
div#pers hr					{
			 					clear: inherit;
			 					color: white;
							}
div#az img, div#pers img	{
								border: 2px solid #C62B0F;
							}			
div#pers h3, div#az h3		{
								font-size: 1em;
								font-weight: bold;
								color: white;
								background-color: #4C4239;
								border-bottom: 3px solid #FD660B;
								margin: 0px;
							}
div#pers img				{
								float: right;
							}
h1.home						{
								font-family: "Times New Roman", Giorgia, serif;
								color: #C62B0F;
								font-size: 1.5em;
							}
p.article1					{
								clear: both;
								font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
								font-size: 1em;
								color: #FD660B;
								font-weight: bold;
								padding: 0px 10px 0px 10px;
								border-top: 3px solid white;
							
							}
