tipo-salones
$tax_query = array( array( 'taxonomy' => 'tipos-salones', 'terms' => array( 'hotel', ' centro-de-convenciones' ), 'field' => 'slug', 'operator' => 'IN', ), );
$tax_query = array( array( 'taxonomy' => 'tipos-salones', 'terms' => array( 'hotel', ' centro-de-convenciones' ), 'field' => 'slug', 'operator' => 'IN', ), );