 a:focus { outline: 0; }
#fondino {
	display:block;
	position:fixed;
	padding:0px;
	left: 0px;
	bottom:0px;
	background-image: url(../images/fondino.png);
	background-repeat: repeat-x;
	height:31px;
	width:100%;
	z-index:10;
}
/*#fondino a{
	display:block;
	position:fixed;
	top:200px;
	padding:0px;
	left: 0px; background:green; 
 border:1px solid #030;
 border-left-color:#060;
 border-top-color:#090;
}*/
#fondino a:hover{
 	/*background:#030;border:1px solid #030;*/
}
.demosite {
	background-image: url(../images/site.png);
	background-repeat: no-repeat;
	width:110px;
	height:31px;
	margin-left:20px;
	float:left;
}
.barbtn{
	float:right;
	margin-right:40px;
	width:149px;
	height:31px;
}
.barbtn a{
	float:right;
	margin-right:40px;
	width:149px;
	height:31px;
}
