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

Título : LAMISION | Botonera en espanol
Autor : Manuel Acuna

Descripción : botoneraespanol.css

Creado : 18 de febrero, 2009

- - - - - - - - - - - - - - - */
 /*----------------BOTONERA-------------------*/	

ul#btn {  
	list-style:none;
	margin:0;
	padding:0;
	display:block;
	position: relative;
	}
	
ul#btn li
	 {
	padding:0;
	float:left;
	}
	

ul#btn .submenu {
	position: absolute;
	top: 35px;
	left:662px;
	clear:both;
	z-index:2;
	display:none;
	width:108px;
}
	
ul#btn .submenu li{
		background:none;
		display:block;
		float:none;
		border:0;
		height:auto;
		background: repeat-x url(../gfx/backgrounds/fondo_submenu.jpg);
		/*padding:5px; */
		margin:0;
		padding:5px 0 0 10px;
		height:26px;
	}

ul#btn .submenu li a{
		background:none;
		display:block;
		float:none;
		/*padding:6px 6px; */
		margin:0;
		border:0;
		height:auto;
		color:#FFFFFF;
		line-height:normal;
	}
	
ul#btn li a {
	display:block;
	height:34px;
	width:108px;
	text-decoration:none;
	margin-left:2px;
	}
	
ul#btn li a:hover {
	background-position:bottom;
	}
	
ul#btn li a span {
	display:none;
	}
	
#inicio {background-image:url(../gfx/botonera/espanol/inicio.jpg); background-repeat:no-repeat;}
#elhotel {background-image:url(../gfx/botonera/espanol/elhotel.jpg); background-repeat:no-repeat;}
#habitaciones {background-image:url(../gfx/botonera/espanol/habitaciones.jpg); background-repeat:no-repeat;}
#reservas {background-image:url(../gfx/botonera/espanol/reservas.jpg); background-repeat:no-repeat;}
#eventos {background-image:url(../gfx/botonera/espanol/eventos.jpg); background-repeat:no-repeat; }
#elresto {background-image:url(../gfx/botonera/espanol/elresto.jpg); background-repeat:no-repeat; }
#contactos { background-image:url(../gfx/botonera/espanol/contactos.jpg); background-repeat:no-repeat; }

/* ------ BOTONES ACTIVOS ------ */

#act_inicio ul li a#inicio,
#act_hotel ul li a#elhotel,
#act_habitaciones ul li a#habitaciones,	
#act_reservas ul li a#reservas,	
#act_eventos ul li a#eventos,	
#act_resto ul li a#elresto,			
#act_contacto ul li a#contactos
	{
	background-position:bottom;
	 }

/*-----------------------------------*/	

