body {
	background-image: url("../images/saturn-hd-planet-1152093.png");
	background-repeat: no-repeat;
	background-position: center;
	background-color: black;
}
.carousel {
	width:1110px;
	height:360px;
	align:center;
}
/* Botones onda menu */
.btn-menu-group {
	border: none;
	display: flex;
	flex-basis: 128px;
	flex-flow: row wrap;
	justify-content: space-around;
}
.btn-menu {
	background: none;
	color: orange;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	height: auto;
	max-width: 128px;
	text-align: center;
	text-decoration: none;
	padding: 3px;
	margin:3px;
}
.btn-menu > img {
	background: #f4f4f4;
	border-radius: 12px;
	height: auto;
	margin: auto;
	max-height: 120px;
	max-width: 120px;
}
.btn-menu:hover,
.btn-menu:focus,
.btn-menu.focus,
.btn-menu:active,
.btn-menu.active,
.open > .dropdown-toggle.btn-menu {
	color: #3333cc;
	background: #f5f5f0;
	border-radius: 12px;
	opacity: 0.7;
	text-decoration: none;
}
