
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#menu {
	margin-top: 30px;
	padding: 0;
	/*background: transparent url(../img/menu-bg.gif) 0 0 no-repeat;*/
	width: 210px;
	height: 220px;	
}

/*#menu {
	margin: 280px 0 0 110px; 
}*/

#opciones {
	margin: 0;
	padding: 0;
	height: 210px;
	list-style: none;
	display: inline;
	overflow: hidden;
}

#opciones li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}

#opciones a {
	float: left;
	padding: 30px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:30px; /* for IE5/Win Only */	
}

#opciones a:hover, .selected {
	background-position: 0 -30px;
}

#opciones a:active, #opciones a.selected {
	background-position: 0 -30px;
}

#opcion-filosofia a {
	width: 230px;
	background: url(../img/filosofia.gif) 0 0 no-repeat;
}

#opcion-servicios a {
	width: 230px;
	background: url(../img/servicios.gif) 0 0 no-repeat;
}

#opcion-promociones a {
	width: 230px;
	background: url(../img/promociones.gif) 0 0 no-repeat;
}

#opcion-membresias a {
	width: 230px;
	background: url(../img/membresias.gif) 0 0 no-repeat;
}

#opcion-ubicacion a {
	width: 230px;
	background: url(../img/ubicacion.gif) 0 0 no-repeat;
}

#opcion-politicas a {
	width: 230px;
	background: url(../img/politicas.gif) 0 0 no-repeat;
}

#opcion-contacto a {
	width: 230px;
	background: url(../img/contacto.gif) 0 0 no-repeat;
}
