html {                                     /* Características html */
  height: 100%;
  background: white;
}
body {										/* Características body */
  font: 11px arial;
  margin: 0px;
  color: black;
}

div#menu {									/* Características barra menus     */
                      /** url('prueba1_09.jpg') center; **/
  height: 17px;
  width: 745px;
  margin: auto;
}
div.menu > div > ul.menu > li {				/* Características      */
  float: left;
}


li.menu div {								/* Características      */

}


li.menu > div > div {								/* Características      */
  width: auto;
    padding: 0px 0 0px 0;
	
}
ul.menu a {													/* Características      */
  color: #424242;
  text-decoration: none;
  width: 100%;
  display: inline-block;
  height: 100%;
  position: relative;
  
}

ul.menu a:focus {											/* Características      */
  color: #ffffff;
}
ul.menu,
ul.menu ul {												/* Características      */
  list-style: none;
  padding: 0px;
  margin: 0px;
}
div.menu li:target > div {										/* Características      */
  visibility: visible;
}
ul.menu ul {													/* Características      */
  width: 175px;
  left:150px;								
}
li.menu > div {													/* Características      */
color: white;
  position: absolute;	
  top: -14px;
  left: 150px;
  visibility: hidden;
  z-index: 4;
  width: 175px;
  background:#ebebeb;
  
  
}
div.menu > div > ul.menu > li.menu > div {						/* Características      */

  top: 20px;
  left: 10px;
  color:white;
  
}
ul.menu li {													/* Características      */
  position: relative;
  }
  
  
ul.menu li:hover,												/* Características      */
li.menu-resaltado,
li.menu-enlace-resaltado {
	background: #bebebe;
}
ul.menu span {															/* Características      */
  display: block;
  padding: 2px 10px;
}

/**li.menu > span.flecha {
  position: absolute;
  width: 15px;
  height: 15px;
  top: 5px;
  right: 15px;
  background: url('flecha.png') no-repeat right;
  border: none;
  padding: 0;
  margin: 0;
}*/

a.menulater:link,
a.menulater:visited { color:#666666; text-decoration:none;}
a.menulater:hover { color:black }


