/***** CSS PROPIO PARA MENU VERTICAL izquierdo de imagenes ****/



a.menu_introduccion {
	display: block;
	background-image: url(../images/menu_introduccion.jpg);
	background-repeat: no-repeat;
	width: 99px;
	height: 20px;
	_height: 15px;
	margin-top: 105px;
	margin-left: 30px;
	position:relative;
	text-decoration: none;
}
a.menu_localizacion {
	display: block;
	background-image: url(../images/menu_localizacion.jpg);
	background-repeat: no-repeat;
	width: 99px;
	height: 25px;
	margin-left: 30px;
	position:relative;
	text-decoration: none;
} 
a.menu_actividades {
	display: block;
	background-image: url(../images/menu_actividades.jpg);
	background-repeat: no-repeat;
	width: 99px;
	height: 30px;
	margin-left: 30px;
	position:relative;
	text-decoration: none;
}
a.menu_galeria {
	display: block;
	background-image: url(../images/menu_galeria.jpg);
	background-repeat: no-repeat;
	width: 99px;
	height: 34px;
	margin-left: 30px;
	position:relative;
	text-decoration: none;
}
a.menu_precios {
	display: block;
	background-image: url(../images/menu_precios.jpg);
	background-repeat: no-repeat;
	width: 99px;
	height: 31px;
	margin-left: 30px;
	position:relative;
	text-decoration: none;
}
a.menu_introduccion:hover,a.menu_localizacion:hover, a.menu_actividades:hover, a.menu_galeria:hover, a.menu_precios:hover {
	FILTER: alpha(opacity=80);
	-moz-opacity:0.8;
	text-decoration: none;
}
a.menu_contacto {
	display: block;
	width: 60px;
	height: 35px;
	margin-left: 90px;
	margin-top: 27px;
	position:relative;
	text-decoration: none;
}