.ly_menu {
	
	width: 100%;
	height: 150px;
	background-color: #fff;
	
	border-bottom: 1px solid #DCDCDC;	
	
}

.ly_menu_scrool {
	
	width: 100%;
	height: 150px;
	background-color: #fff;
	
	border-bottom: 1px solid #DCDCDC;
	
	opacity: 0.9;
	margin-top: -100px;
	position: fixed;
	z-index: 5000;
	box-shadow: 0 1px 2px rgba(194, 198, 208, 0.41);

	
}

.menu_logo {
	
	width: 75px; 
	border-right: 1px solid #DCDCDC; 
	float: left;
}

.menu_titulo {
	
	width: 500px; 
	float: left; 
	margin-left: 25px;
	padding-top: 15px;
	
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: #4A4A4A;
	
}

.menu_link {
	
	margin-right: 10px;
	
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;

	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	font-weight: 300;
	color: #4A4A4A;
	
	display: inline-block;
}

.menu_link:active {
	
	color: white;
	background-color: #5D7B91;
	border-radius: 5px;
	
}

.menu_link:hover {
	
	color: white;
	background-color: #5D7B91;
	border-radius: 5px;
	cursor: pointer;
	
}

/*.menu_dropdown {
		
		margin-left: 5px;
		margin-right: 10px;
		
		padding-top: 5px;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 5px;
	
		font-family: 'Source Sans Pro', sans-serif;
		font-size: 15px;
		font-weight: 300;
		color: white;
		
		background-color: #5D7B91;
		border-radius: 5px;
		cursor: pointer;
		
		display: inline-block;
	
}*/

.menu_dropdown2box {

	width: 200px;
	margin-left: -6px;
	position: absolute;
	z-index: 5000;
	
}


.menu_dropdown2 {

		width: 150px;
		
		margin-top: 1px;
		margin-bottom: 1px;
		margin-left: 72px;
		margin-right: 10px;
		
		padding-top: 5px;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 5px;
	
		font-family: 'Source Sans Pro', sans-serif;
		font-size: 15px;
		font-weight: 300;
		color: white;
		
		background-color: #5D7B91;
		border-radius: 5px;
		cursor: pointer;
		
}

.menu_dropdown2:hover {
	
	background-color: #839caf;
	
}















