Paso 12: La barra de navegación - código
.navbar { padding: 3px; color: #; text-shadow: 0px -1px 1px #; background: #bdb931; color: #ffffff; font-size: 13px; font-weight: bold; border: 1px solid #f2eea6; -webkit-border-radius:5px; -moz-border-radius:5px; background:-moz-linear-gradient(top,#f2eea6 0%,#bdb931 70%); background:-webkit-gradient(linear,left top,left bottom, color-stop(0%,),color-stop(100%,#bdb931))!important; background:-ms-linear-gradient(top,f2eea6 0%,#bdb931 100%)!important; background:linear-gradient(to bottom,f2eea6 0%,#bdb931 100%)!important; margin:1px; border:1px solid transparent; border-radius:2px; box-shadow:0 0 3px 0px #bdb931; -webkit-box-shadow:0 0 3px 1px #000; opacity:1.0; height: 29px; }