@charset "UTF-8";
/*  Establece el aspecto del botón para la sección actual*/
 .actual 
 {
	padding: 0px 0px 22px 11px !important;
	background-image: url(../img/bot_active.png) !important;
	cursor: default !important;
	color:#FF9900 !important;
	padding: 8px 0px 38px 14px !important;
	
}
/*  Aspecto general del conjunto del menú*/
ul.menu
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 10px;
	cursor: default;
	width: 100%;
}
/* 	Características gráficas y de posición de los elementos de la lista */
ul.menu li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	color:#999999;
	text-align: right;
	position: relative;
	float: left;
	background-position: right top;
	background-repeat: no-repeat;
	width: auto;
	height: auto;
}

/*  Aspecto inicial de los enlaces del menú*/
ul.menu a
{
	display: block;
	cursor: pointer;
	padding: 8px 0px 38px 14px;
	color: #999;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 0px;
	background-image: url(../img/bot_out.png);
	background-repeat: no-repeat;
	background-position: right;
}
/* Elementos del menú en mouse over o focus*/
ul.menu a:hover, ul.menu a:focus
{
	display: block;
	padding: 8px 0px 38px 14px;
	color: #FFF;
	background-image: url(../img/bot_in.png);
	background-repeat: no-repeat;
	background-position: right;
	background-color: #000000;
	}
/* Lo mismo para MenuEspai: Imágenes para conocer el Espai*/
ul.menuEspai
{
	margin: 0px;
	padding: 8px 0px 8px 14px;
	list-style-type: none;
	font-size: 10px;
	cursor: default;
}
ul.menuEspai li
{
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	color:#FF9900;
	float: left;
	padding: 8px 0px 8px 14px;
}
ul.menuEspai a
{
	display: inline;
	cursor: pointer;
	color: #999;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 0px;
}
ul.menuEspai a:hover, ul.menuEspai  a:focus
{
	display: inline;
	color: #FFF;
}
/* Aspecto de los menus para web version inglés*/
#menuIndexEng {
	float: right;
	height: 180px;
	width: 600px;
	background-repeat: no-repeat;
	background-image: url(../img/mx_espai.png);
	margin-left: 49px;
	background-position: right top;
}
#menuActualitatEng {
	float: right;
	height: 180px;
	width: 600px;
	background-repeat: no-repeat;
	background-image: url(../img/02_AC_ban.png);
	margin-left: 49px;
	background-position: right top;
}
#menuCuinaEng {
	float: right;
	height: 180px;
	width: 600px;
	background-repeat: no-repeat;
	background-image: url(../img/03_CU_ban.png);
	margin-left: 49px;
	background-position: right top;
}
#menuEspaiEng {
	float: right;
	height: 180px;
	width: 600px;
	background-repeat: no-repeat;
	background-image: url(../img/03_CU_ban.png);
	margin-left: 49px;
	background-position: right top;
}
#menuBanyEng {
	float: right;
	height: 180px;
	width: 600px;
	background-repeat: no-repeat;
	background-image: url(../img/EV_ban.png);
	margin-left: 49px;
	background-position: right top;
}
#menuEdicionsEng {
	float: right;
	height: 180px;
	width: 600px;
	background-repeat: no-repeat;
	background-image: url(../img/05_ED_ban.png);
	margin-left: 49px;
	background-position: right top;
}
#menuArtistesEng {
	float: right;
	height: 180px;
	width: 600px;
	background-repeat: no-repeat;
	background-image: url(../img/06_ART_ban.png);
	margin-left: 49px;
	background-position: right top;
}
#menuLinksEng {
	float: right;
	height: 180px;
	width: 600px;
	background-repeat: no-repeat;
	background-image: url(../img/07_EN_ban.png);
	margin-left: 49px;
	background-position: right top;
}
#menuContacteEng {
	float: right;
	height: 180px;
	width: 600px;
	background-repeat: no-repeat;
	background-image: url(../img/08_CON_ban.png);
	margin-left: 49px;
	background-position: right top;
}
