ul#navigation {
    position: fixed;
    margin: 0px;
    padding: 0px;
    top: 100px;
    right: -35px;
    list-style: none;
    z-index:9999;
}
ul#navigation li {
    width: 150px;
}
ul#navigation li a {
    display: block;
    margin-right: 0px;
    width: 120px;
    height: 64px;
    background-color:#CFCFCF;
    background-repeat:no-repeat;
    background-position:center center;
    border:1px solid #AFAFAF;
    -moz-border-radius:0px 10px 10px 0px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -khtml-border-bottom-right-radius: 10px;
    -khtml-border-top-right-radius: 10px;
    /*-moz-box-shadow: 0px 4px 3px #000;
    -webkit-box-shadow: 0px 4px 3px #000;
    */
    border-radius: 10px;
    behavior: url(border-radius.htc);
    opacity: 0.8;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}

ul#navigation font{
  font-family: Verdana;
  font-size: 12px;
  font-weight: bold;
  color: #646464
}


ul#navigation .acerca a      {
    background-image: url(../imagenes/ico/menu_acerca.png);
}
ul#navigation .manual a{
    background-image: url(../imagenes/ico/menu_manual.png);
}


.AvisoStock {
      display: block;
      position: fixed;
      margin: 0px;
      padding: 0px;
      margin-right: 0px;
      /*background-color:#df311a;*/
      background-color:#954f40;
      width: 640px;
      height: 580px;
      top: 10%;
      right: -640px;
      list-style: none;
      -moz-border-radius-topleft:10px;
	  -webkit-border-top-left-radius:10px;
      border-top-left-radius:10px;
      -moz-border-radius-bottomleft:10px;
	  -webkit-border-bottom-left-radius:10px;
	  border-bottom-left-radius:10px;

      opacity: .95;
      filter:progid:DXImageTransform.Microsoft.Alpha(opacity=95);
}

 .AvisoPestana{
      background: url(../imagenes/form/aviso_stock_128.png) no-repeat ;
      background-position: left;
      cursor: pointer;
      width:45px;
      height: 128px;
      top:30%;
      right: -13px;
      position: fixed;
      -moz-border-radius:0px 10px 10px 0px;
      -webkit-border-bottom-right-radius: 10px;
      -webkit-border-top-right-radius: 10px;
      -khtml-border-bottom-right-radius: 10px;
      -khtml-border-top-right-radius: 10px;
      /*-moz-box-shadow: 0px 4px 3px #000;
    -webkit-box-shadow: 0px 4px 3px #000;
    */
     border-radius: 10px;
     opacity: 0.9;
     filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);

}