#navegador ul{
   list-style-type: none;
   text-align: left;
} 

#navegador li{
   display: inline;
   text-align: center;
   margin: 0 10px 0 0;
} 

#navegador li a {
   padding: 2px 7px 2px 7px;
   color: whitesmoke;
   text-decoration: none;
	font-family: 'Digital Dare';
} 

#navegador li a:hover{
   background-color: #333333;
   color:  #d20000;
}


.estudio{
	top: -1px;
	left: -2px;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
	opacity: 40%;
}

p {
	font-family: arial;
	font-style: italic;
	color: whitesmoke;
	font-size: 100%;
}

h1{
	color: whitesmoke;
	font-family: 'Digital Dare';
	text-decoration: none;
	font-size: 100%;
	
}

h2{
	color: whitesmoke;
	font-family: 'Courier';
	font-weight: bold;
	text-decoration: none;
	font-size: 150%;
	
}

#output{
	color: whitesmoke;
	font-family: 'Digital Dare';
	text-decoration: none;
	font-size: 100%;
	
}

@font-face {
  font-family: 'Digital Dare';
  src: url('fonts/digital_dare.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
}

a{
	color: white;
}

/* Navbar container */
.navbar {
  overflow: hidden;
  background-color: #333;
  font-family: Arial;
}

/* Links inside the navbar */
.navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* The dropdown container */
.dropdown {
  float: left;
  overflow: hidden;
}

/* Dropdown button */
.dropdown .dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}

/* Add a red background color to navbar links on hover */
.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: red;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

.top{
   border: 1px;
   display: flex;
   width: auto;
   margin: auto;
}

.container{
   border: 1px;
   display: flex;
   width: auto;
   margin: auto;
   text-align: center;
   align-self: center;
   padding-top: 25px;
   background-color: black;
}

.flyer{
	padding-top: 25px;
	padding-left: 25px;
	text-align: center;
}

.logo {
	width: 25%;
	height: 25%;
	padding-top: 5px;
	padding-left: 5px;
	position: absolute;
}

.main-player {
	padding-top: 320px;
	position: relative;
}

.player-info {
	padding-top: 320px;
	padding-left: 70px;
	position: relative;
	align-self: left;
	text-align: left;
}

#player-info-text {
	font-family: arial;
	font-style: italic;
	color: whitesmoke;
	font-size: 100%;
	position: relative;

}

iframe {
	overflow-x: scroll;
	position: absolute;
}