/*
jDIV STYLESHEET
A SKYROCKET LABS JQUERY PLUGIN
http://www.skyrocketlabs.com
fred@skyrocketlabs.com
*/


#menu {
  width: 800px;
  height: 22px;
  background: black;
  clear: both;
}

/* DIV MENU DEMO LIST STYLE */

#menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#menu ul li{
  cursor: pointer;
  float: left;
  display: block;
  line-height: 22px;
  color: white;
  text-decoration: none;
  margin: 0;
  padding: 0 12px;
  font-size: small;
  display: inline;
}

#menu li a{
  line-height: 22px;
  color: white;
  text-decoration: none;
  margin: 0;
  padding: 0;
  font-size: small;
  display: inline;
}

#menu ul li:hover, #menu ul li:active  {
  color: white;
  text-decoration: none;
  background: #F0A200;
}

.activo{
  background-color: #F0A200;
}

#arco{
  float: left;
  margin-right: 2px;
  width: 12px;
}

#menu0{
  width: 55px;
}

#inicio{
  float: right;
}

/* HIDDEN DIV PANEL STYLE */


.submenu{
  padding: 0;
  margin: 0;
  position: absolute;
  background: #A2A3A5;
  display: none;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  cursor: pointer;
  clear: both;
  height: 22px;
}

.submenu ul{
  list-style: none;
  width: 790px;
  padding: 5px;
  margin-top: 0;
  margin-bottom: 5px;
  *width: 750px;
}

.submenu ul li{
  float: left;
  padding-right: 10px;
  padding-top: 0;
  margin-top: 0;
  display: inline;
  margin-bottom: 5px;
  vertical-align: top;
  color: white;
  text-decoration: none;
}

.submenu ul li a{
  color: white;
  text-decoration: none;
  padding: 0;
  margin: 0;
  font: bold .80em Garamond;
  height: 22px;
  margin-bottom: 5px;
  vertical-align: top;
}

.submenu ul li a:hover{
  color: #7E4518;
}
