/* ------------------------------------- GENERALE ----------------------------------- */

html, body {
	margin: 0;
	padding: 5px;
}

body {
	font-family: "Trebuchet MS", Times, serif;
	font-size: 12px;
	color: #002a52;
}

a {
	color: #3a9ef8;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:hover, a:focus {
	outline: none;
}


#globale {
	width: 100%;
}

form input,
form textarea,
form select{
	font-family: "Trebuchet MS", Times, serif;
}

#header {
	display: table;
	clear: both;
	padding-top: 21px;/**/
}

#header h1{
	font-size: 16px;
}

#header .logo,
#header .logoSel {
	width: 75px;
	height: 76px;
	display: block;
	text-indent: -9000px;
}

#header .logo a,
#header .logoSel{
	width: 75px;
	height: 76px;
	display: block;
	background: url(../_img/logo_header.gif) no-repeat;
}

#header .logo a:hover{
	width: 75px;
	height: 76px;
	background: url(../_img/logo_header.gif) no-repeat;
}

img {
	display: none;
}

#radio,
#mappa,
#sicurezza {
	display: none;
}

#radioAlt,
#mappaAlt,
#sicurezzaAlt {
	display: block;
}

#navigazioneVeloceCont,
#navigazionePuls,
#datiRequisiti .dx .col2 {
	display: none;
}

#footer{
	margin-top: 15px;
}

.sIFR-flash {
	display: none;
}
