ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
ul li {
	margin-bottom: 5px;
}
/* *************************************
* *************** Header ***************
* ************************************ */
#main-redes {
	position: absolute;
 top: `0px;
	z-index: 99;
	height: 50px;
	float: right;
	right: 15 !important;
}
#iconrs {
}
#main-header {
	/*position: fixed;*/
	top: 0;
	width: 100%;
	z-index: 999 !important;
	height: 162px;
}
#main-logo {
	width: 200%;
	/*height: 80px;
	padding: 2px 0 0 20px;*/
	margin: 0;
}
#main-logo > a {
	font-size: 20px;
	font-size: 2rem;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
}
#main-logo > a > span {
	display: block;
	color: #DFFFBF;
	font-size: 13px;
	font-size: 1.3rem;
}
/* *************************************
* *********** Main Navigation **********
* ************************************ */
#main-menu {
	float: right;
	margin-top: 30px;
	margin-top: 90px;
	font-family: "agendalight";
	font-size: 15px;
}
#main-menu a {
	font-weight: 400;
}
#main-menu a:hover {
	font-weight: bold;
	text-decoration: none
}
#main-menu a:focus {
	font-weight: bold;
	text-decoration: none
}
#main-menu.nav-pills>li.active>a, #main-menu.nav-pills>li.active>a:hover, #main-menu.nav-pills>li.active>a:focus, #main-menu.nav-pills>li>a:hover {
	background: none;
	text-decoration: none
}
#main-menu.nav-pills>li.active>a, #main-menu.nav-pills>li.active>a:hover, #main-menu.nav-pills>li.active>a:focus {
	color: #a3d900;
	text-decoration: none
}
#main-menu.nav .open>a, #main-menu.nav .open>a:hover, #main-menu.nav .open>a:focus {
	background: none;
	text-decoration: none
}
#mobile-menu-button {
	float: right;
	width: 44px;
	margin: 60px 0;
	font-family: "agendalight";
}
#mobile-main-menu {
	display: none;
	background-color: #000;
	z-index: 9999999 !important;
	font-family: "agendalight";
}
#mobile-main-menu a {
	display: block;
	width: 100%;
	padding: 10px 0;
	border-top: 1px solid #eee;
	color: #aaa;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none
}
#mobile-main-menu li {
	margin: 0;
}
#mobile-main-menu a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #4D4D4D;
}


/* *************************************
* *************** Generales ************
* ************************************ */
