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

/*MENU*/
ul#menu {  
	list-style:none;
	text-align: left; /* We are using text-align: center on ul to horizontally align our menu to the page. If you want the menu aligned left or right just change text-align to either left or right */
	margin: 0 0 5px 0; /* Just some margin to align the blue border below the menu */
	}
ul#menu li {
	padding:0 15px;
	float:left;
	}
ul#menu li a {
	display:block;
	height:24px;
	text-decoration:none;
	}
ul#menu li a:hover {
	background-position:bottom;
	}
ul#menu li a span {
	display:none;
	}
.current {
	background-position:bottom;
	}
#inicio {
	width:57px;
	background-image:url(../languageset/es/images/btn_inicio.png);
	}
#mas {
	width:71px;
	background-image:url(../languageset/es/images/btn_el_mas.png);
	}
#actividades {
	width:123px;
	background-image:url(../languageset/es/images/btn_actividades.png);
	}
#entorno {
	width:91px;
	background-image:url(../languageset/es/images/btn_entorno.png);
	}
#localizacion {
	width:138px;
	background-image:url(../languageset/es/images/btn_localizacion.png);
	}
#tarifas {
	width:77px;
	background-image:url(../languageset/es/images/btn_tarifas.png);
	}
#contactar {
	width:108px;
	background-image:url(../languageset/es/images/btn_contactar.png);
	}
