#rodape{
	position:fixed;
	bottom:0px;
	width:100%;
	border-top:1px solid #777777;
	border-bottom:1px solid #777777;
	background-color:#EEE;
	min-width:800px;
	z-index:0;
	opacity:0;
		
	transition-duration:500ms;
	-webkit-transition-duration:500ms;
}	

#rodape ul{
	margin-left:10%;
	display:inline-block;
}
	
#rodape li{
	font-family:calibri;
	font-size:12px;
	line-height:20px;
	color:#000;
	text-align:center;
	padding-left:5px;
	padding-right:5px;
	float:left;
}
	
#rodape li:hover{
	background-color:#777777;
	color:#FFF;
}
	
#sensor{
	background-repeat:no-repeat;
	background-position:center;
	position:fixed;
	bottom:0px;
	width:100%;
	height:50px;
	z-index:3;
}


#sensor:hover #rodape{
	opacity:1;
	
	transition-duration:500ms;
	-webkit-transition-duration:500ms;
}