* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


ul {
	list-style-type: none;
}



/** =======================
 * Contenedor Principal
 ===========================*/

.all_nemu{ width: 100%;  background:url(../images/nemu_bg.png) repeat; height:100%; overflow:scroll; padding-bottom:50px;}


 * Submenu
 -----------------------------*/
 .submenu {
 	display: none;
 	font-size: 14px;
	border-bottom:1px solid #385ca5;
 }

 .submenu li {
 	
 }

 .submenu a {
 	display: block;
 	text-decoration: none;
 	color: #fff;
	font-size:12px;
 	padding-top: 8px;
 	padding-bottom: 8px;
 	-webkit-transition: all 0.25s ease;
 	-o-transition: all 0.25s ease;
 	transition: all 0.25s ease;
 }
 .submenu a span{ font-fami ly:""; padding-right:8px;}
 .submenu a:hover {
 	color: #fff;text-decoration:underline;
 }

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.fa-chevron-down:before{content:"\e5c7"; position: relative;font-family: 'icomoon';font-style: normal;font-weight:normal; font-size:14px; color:#fff;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
