#menu {
	position: relative;
	width: 996px;
	background: #efefef;
	float: left;
	/*border-bottom: solid 1px #ccc;*/
	z-index: 1000;
/*top: 5px;*/
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 12em;
	width: 210px;
	float: left;
	z-index: 1000;
}

#menu a, #menu h2 {
	font: 13px arial, helvetica, sans-serif;
	display: block;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #888 #555 #bbb;
	margin: 0;
	padding: 5px 3px;
	z-index: 1000;
}

#menu a#encabezado, #menu h2 {
	font-weight: bold;
	color: #555;
	background: #efefef;
	text-transform: none;
	background-attachment: scroll;
	background-image: url(../imagenes/carpeta.gif);
	background-repeat: no-repeat;
	background-x-position: left;
	background-y-position: top;
	padding-left: 25px;
	/*height: 38px;*/
}

div#menu a#encabezado:hover, div#menu h2:hover {
	color: #fff;
	background: #4B6CA3;
	background-attachment: scroll;
	background-image: url(../imagenes/carpeta.gif);
	background-repeat: no-repeat;
	background-x-position: left;
	background-y-position: top;
	padding-left: 25px;
}

#menu a {
	color: #000;
	background: #efefef;
	text-decoration: none;
	z-index: 1000;
}

#menu a:hover {
	color: #b52b14;
	background: #fff;
}

#menu li {position: relative;}

#menu ul ul ul {
	width: 12em;
	width: 210px;
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 1000;
}

#menu ul ul {
	width: 12em;
	width: 210px;
	position: absolute;
	top: 100%; /* Se muestra por debajo de la cabecera en la primera lista ul */
	left: 0; /* Se muestra alineada a la cabecera (en una misma columna) */
	z-index: 1000;
}

#menu ul ul#mas {
	width: 12em;
	width: 210px;
	position: absolute;
	top: 100%;
	left: 100%;
	z-index: 1000;
}

div#menu ul ul {
	display: none;
}

div#menu ul li:hover ul {
	display: block;
	z-index: 1000;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul {
	display: none;
}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul {
	display: block;
	z-index: 1000;
}

span#lenguaje {
	font: 13px arial,helvetica,sans-serif;
	width: 170px;
	float: right;
	text-align: left;
	background: #EEE;
	padding: 6px 0px;
}

#lenguaje a {
	text-decoration: none;
	color: #000;
	border: none;
	padding: 0;
}

#lenguaje a:hover {
	text-decoration: underline;
	color: #dd3e31;
	background: #efefef;
}