/* TESTATA     */

.home_info-text {	
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: auto;
	display: block;
	font-size: 180%;
	line-height: 1.1em;
	text-align: right;
	opacity: 0.9;
}

.home_info-text span{
	font-size: 90%;
	display:block;
	padding:5px 10px;
	width:100%;
}

@media (max-width: 999px) {
	.home_info-text {
		line-height: 1.0em;
		}
	.home_info-text span{
		padding:2px 10px;
		}
	}
	
@media (max-width: 639px) {
		.home_info-text {
			font-size:140%;
		}
}

#corpo .home_info-text .image_home_link  {
	font-weight: normal;
	text-decoration: none;
}

#hometesto{
	width:100%;
	color: #000;
	margin-top:10px;
	padding:5px 0px;
	font-size: 120%;
	font-weight: normal;
}

#hometesto p{
	padding:5px 10px 5px 0;
	margin:0px;
	line-height:130%;
}

#hometesto p a, #hometesto p a:link, #hometesto p a:visited{
	text-decoration: underline;
}

#hometesto p a:hover{
	text-decoration: underline;
}

/* HOME RIQUADRO INFERIORE */

@media screen and (min-width:999px){
	#home_centro{
		clear:left;
		margin-top: 20px;
		display: flex;
		display: -webkit-flex;
		flex-flow: row nowrap;
		-webkit-flex-flow: row nowrap;
		align-items: stretch;
		-webkit-align-items: stretch;
		justify-content: space-between;
		-webkit-justify-content: space-between;
	}

	#home_centro #home_presentazione, #home_centro #home_centrodx {
		display: flex;
		display: -webkit-flex;
		flex-direction: column;
		-webkit-flex-direction: column;
	}
	#home_centrodx{
	/* 	width: 375px; */
	/* 	float:right; */
		padding:0 0 0 20px;
		margin:10px 0;
		border-left: 2px solid #036d6d;
	}
}
#home_presentazione{
/* 	float:left; */
/* 	width:563px; */
	padding:0 20px 0 0;
	margin:10px 0;
}

#corpo #home_presentazione table.nosfondo{
	margin-top:0px;
	width:100%;
}

#home_presentazione h2{
	font-size:110%;
	margin-top:0;
}

#home_presentazione p, #home_presentazione li{
	font-size:115%;
	padding-bottom:0.5em;
	margin:0;
	text-align:justify;
}


#home_news
{
	overflow:hidden;
	text-align: left;
/*	font-size:95%;*/
	padding:0;
}

#corpo #home_news h2
{
	margin-top:0;
	padding-top:0;
	text-transform:uppercase;
}


