
	.btn-primary {
		color: #ffffff;
		background-color: #7f3639 !important;
	}	


	.bg-menu {
		background-color: #d3d4aa;
	}	

	
.navbar .nav-item .nav-link {
  color: white;
}

	
	.navbar .nav-link:hover {
		color: white !important;
	}


	.navbar .nav > li > a:before {
	  content: "";
	  position: absolute;
	  width: 100%;
	  height: 2px;
	  bottom: 3px;
	  left: 0;
	  background-color: white;
	  visibility: hidden;
	  width: 0px;
	  transition: all 0.3s ease-in-out 0s;
	}
	.navbar .nav a:hover:before, 
	.navbar .nav li:hover > a:before{
	  visibility: visible;
	  width: 100%;
	
	}
	/*
	.nav .active:before {
	  visibility: visible;
	  width: 100%;
	}
	*/

#menu-main .nav-link.active {
	/* background-color:#444444; */
	/* color:#b6868c; */
	color:#BEBDBD;
}

	
	/* 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: 13px;
		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;
	}
	
	#sidebar.mobile-active {
		/* left: 0; */
	}	
	
	@media only screen and (max-width: 550px) {
		#divUsuario {
			display:none;
		}
	}
