@media only screen and (max-width:1000px){
	
	
	div#main_content .news-corrente .mc_content{
		width: 100% !important;
	}
	div#main_content .news-corrente{
		width: 60%;
	}
	div#main_content .lista-news{
		width: 40%;
	}
	div#main_content .lista-news .mc_content{
		width: 100% !important;
	}
}


@media only screen and (max-width: 800px) {
	
	div#main_content .news-corrente .mc_content{
		width: 100% !important;
	}
	div#main_content .news-corrente{
		width: 100% !important;
		float: none !important;
	}
	div#main_content .lista-news{
		width: 100% !important;
		float: none !important;
		margin-top: 10px;
	}
	div#main_content .lista-news .mc_content{
		width: 100% !important;
	}
	div#main_content .news-corrente .mc_content .mc_content-wrapper{
		margin: 20px !important;
	}
	
	div#main_content h2.news{
		    margin: 0 0 35px 5px !important;
	}
	div#main_content .news-corrente .corpo-news{
		margin: 20px 0 0 0 !important;
	}
}

@media only screen and (max-width:320px) {
	

}

