.menu_left {
	width: 20%;
	height: 100%;
	float: left;
	margin: 5px;
	height: 100%;

	display: block;
}

.menu_right {
	width: 20%;
	height: 100%;
	float: right;
	margin: 5px 5px 0px 0px;
	height: 100%
}



.menu_left > .titulo {
	background: #5798A2;
	box-shadow:-2px 4px 10px #076DC9;
	/*box-shadow:-2px 4px 10px #ccc;*/
	padding: 4px;
	text-align: center;
	margin-top:8px;
	margin-bottom: 10px;
}
.menu_right > .titulo {
	background: #5798A2;
	box-shadow:2px 4px 10px #076DC9;
	/*box-shadow:2px 4px 10px #ccc;*/
	padding: 4px;
	text-align: center;
	margin-top:8px;
	margin-bottom: 10px;
}
.menu_right > .titulo a {
	text-decoration: none;
	color: #000;
}
.list-group {
	text-align: center;
}

.menu_left > a, .menu_right > a  {
	text-decoration: none;
	/*color:#000000;*/
	color:#ffffff;
	font-size: 13px;
	padding-left:7px;
	
}


/* MENU TOP */

.menu_top {
	float: right;
	margin-top: 1%;
	font-size: 17px;
	color: white;
	margin-top: -1.5%;
	
}

.menu_top ul {
	padding-left:2%;
	padding-top:1%;
	text-align: right;
}
.menu_top ul a li {
	display: inline;
	padding-left:1%;
	padding-right:1%;
}

.menu_top ul a{
	text-decoration: none;
	color:#fff;
	font-size: 14px;
}

.menu_top ul a:hover {
	background-color: #3584CB;
}