/*PC min*/
@media (min-width: 769px) and (max-width: 1149px) {
	/*HEADER*/
	#menu_mobile{
		display: none;
	}
	
	#posizione_testata{
		position: absolute;
		padding: 0 30px 15px 30px;
		z-index: 999;
		background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
		width: 700px;
	}
	#testata{
		width: 760px;
		position: relative;
	}
	#fascia_testata{
		text-align: center;
		margin: 0 0.5%;
		padding: 5px 0.5%;
		width: 98%;
		background: #fff;
		color: #333;
		-webkit-border-bottom-right-radius: 5px;
		-webkit-border-bottom-left-radius: 5px;
		-moz-border-radius-bottomright: 5px;
		-moz-border-radius-bottomleft: 5px;
		border-bottom-right-radius: 5px;
		border-bottom-left-radius: 5px;
	}
	#fascia_testata a{
		color: #333;
	}
	#logo{
		float: left;
		margin: 20px 0;
	}
	#logo img{
		width: 150px;
	}	
	#menu_desktop{
		float: right;
	}	
	#menu{
		position: relative;
		margin: 0 auto;
	}
	#menu img{
		vertical-align: middle;
	}
	#menu a:hover{
		text-decoration: none;
	}
	.voce_menu{
		margin: 30px 10px;
		float: left;
	}
	.voce_menu a{
		color: #fff;
		text-transform: uppercase;
		font-size: 14px;
	}
	.voce_menu:hover a{
		color: #aa0d0d;
	}
	.voce_menu_corrente{
		margin: 30px 10px;
		float: left;
	}
	.voce_menu_corrente a{
		color: #aa0d0d;
		text-transform: uppercase;
		font-size: 14px;
	}
	.box_testo_gallery {
		font-size: 24px;
	}
	iframe{
		height: 400px;
	}
	
	/*GALLERY*/
	#slider_mobile_home{
		display: none;
	}
	.galleria_homepage{
		position: relative;
		margin: 0 auto;
		width: 760px;
	}
	
	/*CONTENT*/
	#contenuto{
		width: 700px;
		padding: 30px;
	}
	.meta_pagina{
		width: 50%;
		float: left;
	}
	.box_home{
		width: 31%;
	}
	.box_home_centrale{
		margin: 5px 3.5%;
	}
	.gallery{
		width: 22%;
		margin: 1%;
	}
	.logo_homepage{
		float: left;
		text-align: center;
		width: 20%;
		margin: 2.5%;
	}
	.logo_homepage img{
		width: 100%;
	}
	.immagine_offerte{
		float: left;
		width: 35%;
	}
	.descrizione_offerte{
		float: right;
		width: 60%;
	}
	
	/*FOOTER*/
	#piede{
		width: 700px;
		padding: 30px;
	}
	.testo_footer{
		width: 50%;
		float: left;
	}
	.area_riservata{
		width: 50%;
		float: right;
	}
}