/* Menu */

.menu {
	width: 587px;
	height: 24px;
	margin-top: 175px;
	position: absolute;
	left: 385px;
	top: -89px;
}

.menu ul {
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
	position: absolute;
	width: 587px;
	left: 0px;
	top: 0px;
}

.menu li {
	float: left;
	list-style-type: none;
	position: relative;
}

.menu a {
	display: block;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #999;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
	border-right-width: 1pt;
	border-left-width: 1pt;
	text-align: center;
}

.menu a:hover {
	color: #000;
	background-color: #999;
	font-family: Arial, Helvetica, sans-serif;
}

.menu .pagina_actual a {
	color: #FFFFFF;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	width: 69,8;
	background-color: #666;
	margin-right: 0px;
}

.menu li span.flecha {
	background-color: transparent;
	background-image: url(../imagenes/flecha.png);
	display: block;
	float: left;
	height: 8px;
	width: 15px;
	margin-top: -18px;
	margin-left: 110px;
}

.menu ul li ul {
	display: none;
	background-color: #063;
}

.menu ul li ul a {
	width: 140px;
	color: #FFF;
	background-color: #063;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.menu ul li:hover ul {
	display: block;
	z-index:1;
	background-color: #CCC;
	position: absolute;
}
.menu ul li ul li {
	float: none;
	display: block;
	position: relative;
}
