#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;
}

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

a {
	font-family: courier;
	color: #d20000;
	font-size: 125%;
}

h1{
	color: whitesmoke;
	font-family: courier;
	text-decoration: none;
	font-size: 150%;
	
}

.alternaradio-banner {
	margin-top: 100px;
	text-align: center;
}

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