@charset "utf-8";
/* CSS Document */

#menu_principal{
	width:216px;
	float:left;
	margin:10px 0 0 10px ;
	display:inline;
	}

#menu_principal ul {  
	list-style:none;
	margin:0;
	padding:0;
}
#menu_principal ul li {
	padding:4px 0 0 0;
	float:left;
}
#menu_principal ul li a {
	display:block;
	width:218px;
	height:26px; 
	text-decoration:none;
}
#menu_principal ul li a span {
	display:none;
}
#tours {
	background:url(../images/bt_tours.jpg) no-repeat center top;
}
#tours:hover {
	background:url(../images/bt_tours_over.jpg) no-repeat center top;
}
#restaurantes {
	background:url(../images/bt_restaurantes.jpg) no-repeat center top;
}
#restaurantes:hover {
	background:url(../images/bt_restaurantes_over.jpg) no-repeat center top;
}
#hoteles {
	background:url(../images/bt_hoteles.jpg) no-repeat center top;
}
#hoteles:hover {
	background:url(../images/bt_hoteles_over.jpg) no-repeat center top;
}
#monumentos {
	background:url(../images/bt_monumentos.jpg) no-repeat center top;
}
#monumentos:hover {
	background:url(../images/bt_monumentos_over.jpg) no-repeat center top;
}
#presupuestos {
	background:url(../images/bt_presupuesto.jpg) no-repeat center top;
}
#presupuestos:hover {
	background:url(../images/bt_presupuesto_over.jpg) no-repeat center top;
}
#contacto {
	background:url(../images/bt_contacto.jpg) no-repeat center top;
}
#contacto:hover {
	background:url(../images/bt_contacto_over.jpg) no-repeat center top;
}
#class_vip{
	background:url(../images/bt_class_vip.jpg) no-repeat center top;	
	}
#class_vip:hover{
	background:url(../images/bt_class_vip_over.jpg) no-repeat center top;		
	}

