body {
  background: linear-gradient(to right, #fcfae0, #d0ece9, #61c9ff );
  color: black;
  font-family: helvetica, Verdana;
}

h1{
  margin:0;
  }


#container{
  background-image: radial-gradient(#b9d8e1, #d6ebf3, white);  width: 800px;
  border:10px solid #b9d8e1;
  border-radius: 3em;
  margin-left: auto;
  margin-right:auto;
  margin-top:10px;
  }
  
#footer {
  clear:both;
  color: #d7e8bc;
  padding: 10px;
  text-align: right;
    }
    
h3{
  color: #447f98;
}    

#header {
  background-color: #d7e8bc; 
  border-radius:10em;
  color: white;
  text-align: center;
  padding: 5px 5px;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 5px;
}

#key {
  clear:both;
  padding: 4px;
  }
  
#main{
  float:right;
  width: 600px;
  }  
 
#nav a{
 box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:linear-gradient(to bottom, #ffffff 5%, #fad2ea 100%);
	background-color:#ffffff;
	border-radius:6px;
	border:1px solid #ebb0ca;
	display:inline-block;
	cursor:pointer;
	color:#e3aac4;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
  }
  
#nav .ul:hover {
	background:linear-gradient(to bottom, #fad2ea 5%, #ffffff 100%);
	background-color:#fad2ea;
  }
 
#nav ul{
   list-style-type:none;
   padding:5px;
   }
  
#nav{
    width: 180px;
    float:left;
    background-color: white;
    box-shadow:5px 5px 5px #b9d8e1;
    border-radius: 1em;
    margin-top:10px;
    text-align-last: center;
    }
    
#nav .selected {
  font-weight: bold;
  }   
  
#voy a{
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:linear-gradient(to bottom, #ffffff 5%, #fad2ea 100%);
	background-color:#ffffff;
	border-radius:6px;
	border:1px solid #ebb0ca;
	display:inline-block;
	cursor:pointer;
	color:#e3aac4;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
	}
  
#voy a:hover{
	background:linear-gradient(to bottom, #fad2ea 5%, #ffffff 100%);
	background-color:#fad2ea;
  }
  
#voy{
    width:500px;
    text-align: center;
    background-color: white;
    clear:both; 
    margin-left: auto;
    margin-right: auto;
    }