@charset "utf-8";
/* CSS Document */
body {
	background:#ff0000;
}
#contenitore {
	width: 100%;
	text-align: center;
	margin:0 auto;
}
#flashcontent {
	color:#FF0000;padding:0;
}
a.phone {background:#ffff00; position:relative; color:black;}
a.phone span {display:none;}
a.phone:hover span {
	display:block;
    position:absolute;
    top:2em; left:2em; width:300px;
    border:1px solid #0cf;
    background-color:#ffff00; color:#000;
    text-align: center;
	text-decoration:none;
}
#gomotore {
	width:778px;
	height:114px;
	margin:0 auto;
	background-repeat:no-repeat;
	font-size:16px;
	font-weight:bold;
	color:#ffffff;
	background-image: url(/images/bg-gomotore.jpg);	
}
#logogomotore {
	float:left;
	text-align:left;
	width:347px;
}
#logogomotore a img{
	border:0;
}
#slogan {
	font-family:Arial, Helvetica, sans-serif;
	float:left;
	margin-left:160px;
	margin-top:15px;
	text-align:left;
}
#slogan a {
	color:#ffffff;
	text-decoration:none;
}
#slogan a:hover {
	text-decoration:underline;
}
#slogan h1 {
	font-size:20px;
	display:inline;
}
#slogan h2 {
	font-size:12px;
	display:inline;
}