/*Nuevo menu*/
.aerobuttonmenu { 
	overflow: hidden; 
	color:#484848;
	background:#fff; 
	padding:10px 0px 10px 20px;
	margin:0;
	width:955px;
	text-align:center;
}

.aerobuttonmenu a.aero, .aerobuttonmenu a.selected { /*aero button CSS*/
	background: transparent url(../images/aeroleft.gif) no-repeat top left;
	display: block;
	float: left;
	display:inline;
	font:normal normal 14px Arial; 
	line-height: 32px;
	height: 32px; /* Height of button background height */
	padding-left:10px; /* Width of left menu image */
	text-decoration: none;
	margin-right:5px; /*spacing between buttons*/
}
.aerobuttonmenu a.selected, .aerobuttonmenu a.selected:link, .aerobuttonmenu a.selected:visited, .aerobuttonmenu a.selected:hover {
	background: transparent url(../images/aeroleft.gif) no-repeat bottom left;
}


.aerobuttonmenu a.aero:link, .aerobuttonmenu a.aero:visited, .aerobuttonmenu a:active{
	color: #484848; /*button text color*/
}
.aerobuttonmenu a.aero span, .aerobuttonmenu a.selected span {
	background:url('../images/aeroright.gif') no-repeat top right;
	display: block;
	padding: 0px 10px 0px 0; /*Set 10px here to match value of 'padding-left' value above*/
}

.aerobuttonmenu a.aero:hover { /* Hover state CSS */
	background: transparent url(../images/aeroleft.gif) no-repeat bottom left;
}

.aerobuttonmenu a.aero:hover span, .aerobuttonmenu a.selected span, .aerobuttonmenu a.selected:link span, .aerobuttonmenu a.selected:visited span, .aerobuttonmenu a.selected:hover span{ /* Hover state CSS (for text) */
	background:url('../images/aeroright.gif') no-repeat bottom right;
	color:#fff;
}
/**/
#nav {
	list-style:none;
	padding:10px 0px 10px 174px;
	margin:0;
	width:816px;
	height:15px;
	top:0;
	right:0;
	background:#fff;
}
#nav li {
	float:left;
	height:15px;
	margin:0px;
	padding:0px;
}
#nav li a {
	display:block;
	height:15px;
	color:#b6b6b6;
}
#nav li a#home {
	background:url(../images/nav-home.gif) top no-repeat;
	width:51px;
}
#nav li a#home:hover {
	background: url(../images/nav-home.gif) bottom no-repeat;
	width:51px;
}
#nav li a#proyecto {
	background:url(../images/nav-proyecto.gif) top no-repeat;
	width:79px;
}
#nav li a#proyecto:hover {
	background: url(../images/nav-proyecto.gif) bottom no-repeat;
	width:79px;
}
#nav li a#bases {
	background:url(../images/nav-bases.gif) top no-repeat;
	width:62px;
}
#nav li a#bases:hover {
	background: url(../images/nav-bases.gif) bottom no-repeat;
	width:62px;
}
#nav li a#inscripcion {
	background:url(../images/nav-inscripcion.gif) top no-repeat;
	width:91px;
}
#nav li a#inscripcion:hover {
	background: url(../images/nav-inscripcion.gif) bottom no-repeat;
	width:91px;
}
#nav li a#obras {
	background:url(../images/nav-obras.gif) top no-repeat;
	width:141px;
}
#nav li a#obras:hover {
	background: url(../images/nav-obras.gif) bottom no-repeat;
	width:141px;
}
#nav li a#entidades {
	background:url(../images/nav-entidades.gif) top no-repeat;
	width:255px;
}
#nav li a#entidades:hover {
	background: url(../images/nav-entidades.gif) bottom no-repeat;
	width:255px;
}
#nav li a#noticias {
	background:url(../images/nav-noticias.gif) top no-repeat;
	width:72px;
}
#nav li a#noticias:hover {
	background: url(../images/nav-noticias.gif) bottom no-repeat;
	width:72px;
}
#nav li a#contacto {
	background:url(../images/nav-contacto.gif) top no-repeat;
	width:65px;
}
#nav li a#contacto:hover {
	background: url(../images/nav-contacto.gif) bottom no-repeat;
	width:65px;
}
/**/
span.txt {
	display: none;
}