@charset "UTF-8";
/* CSS Document */

.menu_btn {
	top: 5px;
	right: 5px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	z-index: 100000;
	padding: 10px;
	background-color: #fff;
}

.menu_btn i {
	font-size: 30px;
	color: #249ED6;
}

.menu_btn:hover, .menu_btn:hover i, .fb_btn:hover, .fb_btn:hover i {
	color: #2489D3;
}

.sfondo {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height:100%;
	z-index: 10;
	background-color:#000;
	opacity:0.8;
	filter:alpha(opacity=80);
}

.fixed { position: fixed; }
