@charset "utf-8";
#cont_menu {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 40px;
	background-color: #000;
	text-align: center;/* display: none; */
	z-index: 1000001;
}
#menu_p {
	position: absolute;
	bottom: 0px;
	/*padding: 0.9% 0% 0.4% 1.2%;
	 
	*/
	background-color: #000;
	width: auto;
	height: 40px;
	font-family: Lato-Light, Tahoma, Geneva, sans-serif;
	font-size: 120%;
	text-decoration: none;
	text-align: center;
}
#menu_p .clear {
	width: 3%;
	text-align: center;
	color: #999;
	line-height: 200%;
}
a {
	display: block;
	color: #ddd;
	text-decoration: none;
}
a:hover {
	color: #fff;
	cursor: pointer;
}
ul {
}
ul, li {
}
#menu_p li {
	list-style: none;
	float: left;
	left: 0;
	position: relative;
	/*
	border: 1px solid #999;
	*/
	text-align: center;
}
#menu_p li p {
	width: auto;
	margin: -1px;
	vertical-align: text-bottom;
}
img.valign {
	width: 0px;
	height: 100%;
	vertical-align: middle;
	border: 0px solid #000;
}
.aa {
	padding: 0 10px 0 10px;
	/*
	*/
	color: #888;
	text-decoration: none;
}
.bb {
	padding: 0 10px 0 10px;
	/*
	*/
	color: #fff;
	text-decoration: none;
}
.ab {
	padding: 0 10px 0 10px;
	/*
	*/
	color: #888;
	text-decoration: none;
}
.aa:hover {
	color: #fff;
	cursor: pointer;
}
.ab:hover {
	color: #fff;
	cursor: pointer;
}
#menu_p .submenu {
	left: 0;
	position: absolute;
	padding: 5% 0px 6% 0px;
	display: none;
	bottom: 40px;
	background-color: rgba(0,0,0,0.6);
	text-align: center;
}
#menu_p .submenu li {
	float: none;
	height: 30%;
	padding: 4% 0px 5% 0px;
	position: static;
	font-variant: normal;
	text-decoration: none;
}
#menu_p .submenu li a:hover {
	color: #FFFFFF;/*
	padding: 4px 12px 4px 12px;
	*/
}
-->
.fon {
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #000;
	opacity: 0.7;
	filter: alpha(opacity=70);
	width: 100%;
	height: 100%;/*
	height: auto;
	*/
}
