/* Stili per la testata */

#header {
	margin: 0;
    padding: 0;
	height:auto;
	position: relative;
}
#header .banner-image {
	min-width: 100%;
	overflow: hidden;
	position: relative;
	height: 9.5em;
}
.homepage #header .banner-image {
	height: auto;
	height: 20em;
}
.homepage #header .banner-image > img {
	width: 100%;
}	
.banner-image .mini {
	max-width: none;
	min-width: 100%;
	width: auto;
	position: absolute;
	right: 0;
}


#nav {
	position: relative;
}

/*Modifica 24/06/2014*/

.logo1 {
	position: absolute;
	top: 2.38em;
	left: 0;
	border:0px;
}

.logo1 a img{
	border:0px;
}

.logo2 {
	position: absolute;
	top: 18.000em;
	right: 0;
}

.logo2 a img{
	border:0px;
}

.repubblica {
	position: absolute;
	top: 0.563em;
	left: 0.938em;
	width: 3.563em;
	height:3.938em;
}

.logo1-interne {
	position: absolute;
	top: 1.4em;
	left: 0;
}

.logo1-interne a img {
	border:0px;
}

/*Fine - Modifica 24/06/2014*/


