@charset "utf-8";
/* CSS Document */

.menu  {
	height: 30px;
	padding-top: 0;
	padding-bottom: 0;
	line-height: 30px;
	color: #FFF;
	text-align: right;
	position: relative;
	font-size: 12px;
	background-image: url(../images/bg_menu.jpg);
	background-repeat: repeat-x;
	z-index:300;
}
.menu .wrapmenu{
	width:960px;
	margin-left:auto;
	margin-right:auto;
	position: relative;
	z-index: 400;
	}
.menu a {
	color: #FFF;
	font-size: 12px;
	margin-right: 5px;
}
.menu a.naranja {
	color: #FFAD33;
	font-weight: bold;
}

.menu .des {
	font-weight: bold;
	font-size: 14px;
}
.menu .idioma{
	display: block;
	background-image: url(../images/flecha_abajo.png);
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 12px;
}
.menu .rss {
	background-image: url(../images/rss.png);
	background-position: right center;
	padding-right: 19px;
	background-repeat: no-repeat;
}
.menu .anadirIdea {
	position: absolute;
	left: 430px;
	background-image: url(../images/agregar_idea.png);
	background-repeat: no-repeat;
	width: 126px;
	height: 40px;
	background-position: center 2px;
	text-align: center;
}