#menu_lang {
	height:40px;
	background-color:#408CB3;
	color:#FFF;
}
#menu_lang #item {
	line-height: 40px;
	text-decoration:none;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	padding-left:25px;
	cursor: pointer;
	padding-left:25px;
	background-color:#408CB3;
}
#menu_lang #item:hover {
	color: #e1edf4;
	background-color:#069;
}
#menu_lang .lang_es {
	background-image: url(../imagenes/iconos/flag_es.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-right:1px solid #408CB3;
}
#menu_lang .lang_es:hover {
	border-right:1px solid #FFF;
}
#menu_lang .lang_en {
	background-image: url(../imagenes/iconos/flag_en.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-left:1px solid #408CB3;
}
#menu_lang .lang_en:hover {
	border-left:1px solid #FFF;
}


#menu #item {
	line-height: 40px;
	text-decoration:none;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	cursor: pointer;
	background-color:#069;
	border-left:solid 1px #069;
	border-right:solid 1px #069;
}
#menu #item_activo {
	line-height: 40px;
	text-decoration:none;
	font-weight: bold;
	text-align: center;
	color: #069;
	cursor: pointer;
	background-color:#b3d4e7;
	border-left:solid 1px #b3d4e7;
	border-right:solid 1px #b3d4e7;
}
#menu #item:hover {
	color: #e1edf4;
	background-color:#408CB3;
	border-left:solid 1px #FFF;
	border-right:solid 1px #FFF;
}

#menu a {
	text-decoration:none;
}
#menu a:visited{
	text-decoration:none;
}
#menu a:hover {
	text-decoration:none;
}