body {
	background-color: #fe0000;
	color: white;
}
/* Botones onda menu */
.btn-menu-group {
	border: none;
	display: flex;
	flex-basis: 64px;
	flex-flow: row wrap;
	justify-content: space-around;
}
.btn-menu {
	background: rgb(120, 46, 47);
	border: none;
	color: white;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	height: auto;
	max-width: 64px;
	text-align: center;
	text-decoration: none;
	padding: 1px;
	margin:1px;
}
.btn-menu > img {
	background: #f4f4f4;
	border-radius: 12px;
	height: auto;
	margin: auto;
	max-height: 60px;
	max-width: 60px;
}
.btn-menu:hover,
.btn-menu:focus,
.btn-menu.focus,
.btn-menu:active,
.btn-menu.active,
.open > .dropdown-toggle.btn-menu {
	color: #ffffff;
	background: #fe0000;
	text-decoration: none;
}
/* costumize nav-link dropdown-toggle */
.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active {
	color:#495057;
	background-color:#fff;
	border-color:#dee2e6 #dee2e6 #fff
}