#menu_arbol{
    width:193px;
    list-style: none;
   
}
#menu_arbol li{
    margin-bottom: 6px;
    list-style-position: outside;
    
}
#menu_arbol li a{
    width:193px;
    height:20px;
    display: block;
    text-indent: -300px;
    text-decoration: none;
    overflow: hidden;
}

#menu_arbol li a {
	color: #000;
	}
	

#menu_arbol li a:hover, #menu_arbol li a.selected{
    background-position:  0 -20px;
}


#node3 a {
   background: url(/images/fnd_menu_hotel.gif) no-repeat 0 0;
	
  
}
#node7 a {
    background: url(/images/fnd_menu_habitaciones.gif) no-repeat 0 0;
    	
}
#node8 a {
    background: url(/images/fnd_menu_restaurante.gif) no-repeat 0 0;	
}


#node41 a{
   background: url(/images/fnd_menu_ofertas.gif) no-repeat 0 0;

    	
}
#node9 a{
background: url(/images/fnd_menu_eventos.gif) no-repeat 0 0; 
    	
}
#node10 a{
    background: url(/images/fnd_menu_donde.gif) no-repeat 0 0;
    	
}

#menu_arbol li ul{
    margin:0 0 0px 25px;
}
#menu_arbol li li{
    margin-bottom: 5px;
}


#menu_arbol li li a{
    text-indent: 0;
    font:10px Tahoma, Arial, Helvetica, sans-serif;
    color: #686764;
    width: auto;
    text-decoration: underline;
    display: inline;
    background: url(/images/bullet_li_menu.gif) no-repeat 0 2px;
    padding-left: 15px;
    padding-bottom: 2px;
}

#menu_arbol li li a:hover, #menu_arbol li li a.selected{
    background: url(/images/bullet_li_menu.gif) no-repeat 0 2px;
    color: #B31C45;
    font-weight: bold;
    text-decoration: underline;
    
}


h3 a {
	width: 100%;
	margin-left: 15px;
	text-decoration: none;
	font-family: Tahoma;
	font-weight: normal;
	
}
.cont_txt h3 {
	padding-bottom: 15px;
}


