body{
  background-color: #044E6B
}

nav.acceder ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  float: left;
}

nav.acceder #login{
  display: inline-block;
  font-size: 16px;
  padding: 2px 10px;
  text-decoration: none;
  border: 1px solid  #CCC;
  font-weight: normal;

}

input#user, input#pass {
  background: #f1f1f1;
  padding: 6px 5px;
  margin-bottom: 10px;
  width: 240px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
#submit {    
  background-color: #359AC2;
  text-shadow: 0 1px 0 rgba(0,0,0,.5);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;    
  border: 1px solid #044E6B;
  float: left;
  height: 28px;
  padding: 0;
  width: 100px;
  cursor: pointer;
  font: normal 14px Arial;
  color: #fff;
}
#submit:hover {    
  background-color: #044E6B;
} 

label {
  float: left;
  line-height: 28px;
  font-size: 14px;
  color: #666;
}