	
	/* MENU */
	
	#navbar-toggler {
		box-shadow: 0 0 0 0.0rem;
		border:0px solid black;
		border-radius:5px;
		color:white;
		background-color: black;
		margin-top:5px;
		margin-right:0px;
		padding:0;
		width:40px;
		height:40px;
	}
	
	#icon-navbar-toggler {
		font-size:24px;
	}	
 
	#box-buttons {
		margin-right:45px; 
	}
	
	#box-admin,
	#box-admfin {
		display:inline-block;
		box-shadow: 0 0 0 0.0rem;
		border:0px solid black;
		border-radius:5px;
		color:white;
		background-color: black;
		margin-top:5px;
		margin-right:0px;
		margin-left:5px;
		
		padding:8px;
		width:40px;
		height:40px;	 
	 }
	 
	#box-idiomas{
		display:inline-block;
		box-shadow: 0 0 0 0.0rem;
		border:0px solid black;
		border-radius:5px;
		color:white;
		background-color: black;
		margin-top:5px;
		margin-right:0px;
		margin-left:5px;
		
		padding:0px;
		width:40px;
		height:40px;	 
		cursor:pointer;
	}
	
	#dropdownMenuButton {
		margin-top: 10px;
		margin-left: 8px;
		font-size: 13px;	
		white-space: nowrap;		
	}
	
	
	.mobile-nav-toggle {
		position: fixed;
		right: 15px;
		top: 15px;
		z-index: 9998;
		border: 0;
		font-size: 24px;
		transition: all 0.4s;
		outline: none !important;
		background-color: black;
		color: #fff;
		width: 40px;
		height: 40px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		line-height: 0;
		border-radius: 5px;
		cursor: pointer;
	}
	

