@charset "utf-8";
/* CSS Document */

#geral #barra_menu #temp {
	display:none;
	width: 340px;
	height: 180px;
	background-color:#ffffff;
	z-index: 9999;
	position: fixed;
	right: 20px;
	top: 120px;
	box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	 border-radius:5px;
	 padding-bottom: 10px;
}

#geral #barra_menu #temp .listra {
	background-color:#f1f1f1;
	padding: 20px;
	font-size:16px;
	text-align:center;
	color:#000;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	 border-radius: 5px 5px 0 0;
}
#geral #barra_menu #temp .dados {
	padding: 20px;
}
#geral #barra_menu #temp .dados .titulo {
	font-size:14px;
	text-align:left;
	padding-left: 20px;
	color:#666;	
}
