@charset "UTF-8";

body {
  background:url(http://castlecali.com/imgperfil/susyhernandez/fondo.jpg);
  width:2000px;
  height:800px;
  left:0;
  top:0;
  z-index:-1;
  color:#FFFFFF;
  font-family:'Verdana';
  font-weight:bold;
  font-style:normal;
  font-size:15px;
}

ul.menu {
  background:#000000;
  height:80px;
  width:100%;
  left:0;
  top:0;
  position:fixed;
  font-family:Impact;
  font-weight:normal;
  font-size:15px;
  text-align:center;
  margin:0;
  padding:0;
  list-style:none;
  padding-right:20px;
  opacity:.9;
}

menu a {
  color:white;
}

.icon {
  height:20px;
  width:25px;
  top:50%;
}

ul.menu li {
  display:inline-block;
  line-height:80px;
  background:#b1b1b1;
  height:auto;
  width:162px;
  text-align:center;
}

ul.menu li:hover {
  background:#000000;
}

a {
  text-decoration:none;
  color:#000000;
}

img {
  width:70%;
  margin-left:-3em;
}